workadventure/back/src/Model/Websocket
David Négrier b20357c1ee Removing the Message class and merging it with MessageUserPosition (since it is only ever used it in MessageUserPosition)
Taking advantage of the TypeScript Constructor Assignment too to reduce the amount of code!
2020-05-16 15:44:45 +02:00
..
ExSocketInterface.ts Completely getting rid of "userid" 2020-05-14 23:20:43 +02:00
ExtRooms.ts Getting rid of roomId in Message class (this is not needed since all messages sent are for the room we are currently in) 2020-05-16 00:19:27 +02:00
ExtRoomsInterface.ts Refactor to create interface rooms. 2020-04-05 15:51:47 +02:00
Identificable.ts Completely getting rid of "userid" 2020-05-14 23:20:43 +02:00
MessageUserPosition.ts Removing the Message class and merging it with MessageUserPosition (since it is only ever used it in MessageUserPosition) 2020-05-16 15:44:45 +02:00
PointInterface.ts More code removal 2020-05-15 22:08:53 +02:00
SetPlayerDetailsMessage.ts Sending player details (name + character selected) on connection 2020-05-15 22:49:50 +02:00