Change comment with new message strategy
This commit is contained in:
parent
67c3eaa7f4
commit
77780bd27b
@ -103,7 +103,8 @@ export class IoSocketController{
|
|||||||
roomId: <string>,
|
roomId: <string>,
|
||||||
position: {
|
position: {
|
||||||
x : <number>,
|
x : <number>,
|
||||||
y : <number>
|
y : <number>,
|
||||||
|
direction: <string>
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
...
|
...
|
||||||
|
@ -139,7 +139,8 @@ export class Connexion {
|
|||||||
* roomId: <string>,
|
* roomId: <string>,
|
||||||
* position: {
|
* position: {
|
||||||
* x : <number>,
|
* x : <number>,
|
||||||
* y : <number>
|
* y : <number>,
|
||||||
|
* direction: <string>
|
||||||
* }
|
* }
|
||||||
* },
|
* },
|
||||||
* ...
|
* ...
|
||||||
|
Loading…
Reference in New Issue
Block a user