NetworkTimestamp constructor

NetworkTimestamp(
  1. int timestamp
)

Implementation

NetworkTimestamp(int timestamp) {
  this.timestamp = timestamp;
}