Merge branch 'develop' into usersLimit
# Conflicts: # back/src/Controller/IoSocketController.ts # front/src/Connexion/RoomConnection.ts # front/src/Phaser/Game/GameScene.ts
This commit is contained in:
commit
3c0bd9da6c
37 changed files with 1022 additions and 366 deletions
|
@ -38,6 +38,10 @@ message CharacterLayerMessage {
|
|||
|
||||
/*********** CLIENT TO SERVER MESSAGES *************/
|
||||
|
||||
message PingMessage {
|
||||
|
||||
}
|
||||
|
||||
message SetPlayerDetailsMessage {
|
||||
string name = 1;
|
||||
repeated string characterLayers = 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue