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>, roomId: <string>,
position: { position: {
x : <number>, x : <number>,
y : <number> y : <number>,
direction: <string>
} }
}, },
... ...

View File

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