Add timestamp to protobuf and only send unseen messages to clients
This commit is contained in:
@@ -27,6 +27,7 @@ message ActionBatch {
|
||||
repeated Action actions = 2;
|
||||
int64 tick = 3;
|
||||
int32 protocol_version = 4;
|
||||
int64 last_seen_message_timestamp = 5;
|
||||
}
|
||||
|
||||
message PlayerState {
|
||||
|
||||
Reference in New Issue
Block a user