Change comment with new message strategy
This commit is contained in:
parent
67c3eaa7f4
commit
77780bd27b
2 changed files with 4 additions and 2 deletions
|
@ -103,7 +103,8 @@ export class IoSocketController{
|
|||
roomId: <string>,
|
||||
position: {
|
||||
x : <number>,
|
||||
y : <number>
|
||||
y : <number>,
|
||||
direction: <string>
|
||||
}
|
||||
},
|
||||
...
|
||||
|
|
|
@ -139,7 +139,8 @@ export class Connexion {
|
|||
* roomId: <string>,
|
||||
* position: {
|
||||
* x : <number>,
|
||||
* y : <number>
|
||||
* y : <number>,
|
||||
* direction: <string>
|
||||
* }
|
||||
* },
|
||||
* ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue