Minor updates.

This commit is contained in:
genxium
2022-10-01 23:54:48 +08:00
parent 2264c0d362
commit f3a576ba13
8 changed files with 159 additions and 262 deletions

View File

@@ -78,11 +78,9 @@ message HeartbeatUpsync {
message RoomDownsyncFrame {
int32 id = 1;
int32 refFrameId = 2;
map<int32, Player> players = 3;
int64 sentAt = 4;
int64 countdownNanos = 5;
map<int32, PlayerMeta> playerMetas = 6;
map<int32, Player> players = 2;
int64 countdownNanos = 3;
map<int32, PlayerMeta> playerMetas = 4;
}
message WsReq {