Add timestamp to protobuf and only send unseen messages to clients

This commit is contained in:
2025-04-16 11:49:49 +02:00
parent f9ec811b10
commit c720b66818
4 changed files with 260 additions and 179 deletions
+1
View File
@@ -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 {