Change comment with new message strategy

This commit is contained in:
gparant 2020-04-07 21:03:33 +02:00
parent 67c3eaa7f4
commit 77780bd27b
2 changed files with 4 additions and 2 deletions

View file

@ -103,7 +103,8 @@ export class IoSocketController{
roomId: <string>,
position: {
x : <number>,
y : <number>
y : <number>,
direction: <string>
}
},
...

View file

@ -139,7 +139,8 @@ export class Connexion {
* roomId: <string>,
* position: {
* x : <number>,
* y : <number>
* y : <number>,
* direction: <string>
* }
* },
* ...