NetworkTimestamp constructor
NetworkTimestamp(
- int timestamp
Implementation
NetworkTimestamp(int timestamp) {
this.timestamp = timestamp;
}
NetworkTimestamp(int timestamp) {
this.timestamp = timestamp;
}