feat: room properties ready, player properties wip

This commit is contained in:
2024-05-07 22:42:45 +03:00
parent 6886808132
commit 5bf1881f81
22 changed files with 325 additions and 157 deletions
+2 -2
View File
@@ -45,7 +45,7 @@ namespace Ragon.Protocol
TRANSFER_ENTITY_OWNERSHIP = 24,
TIMESTAMP_SYNCHRONIZATION = 25,
ROOM_LIST_UPDATED = 26,
PLAYER_DATA_UPDATED = 27,
ROOM_DATA_UPDATED = 28,
PLAYER_PROPERTIES_UPDATED = 27,
ROOM_PROPERTIES_UPDATED = 28,
}
}