From: gparant Date: Tue, 7 Apr 2020 19:03:33 +0000 (+0200) Subject: Change comment with new message strategy X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=77780bd27be0c6891fe47b707f79d5c4e3926f4e;p=libreadventure.git Change comment with new message strategy --- diff --git a/back/src/Controller/IoSocketController.ts b/back/src/Controller/IoSocketController.ts index aa5dfdc..24392f0 100644 --- a/back/src/Controller/IoSocketController.ts +++ b/back/src/Controller/IoSocketController.ts @@ -103,7 +103,8 @@ export class IoSocketController{ roomId: , position: { x : , - y : + y : , + direction: } }, ... diff --git a/front/src/Connexion.ts b/front/src/Connexion.ts index 9c6bde0..d6f0911 100644 --- a/front/src/Connexion.ts +++ b/front/src/Connexion.ts @@ -139,7 +139,8 @@ export class Connexion { * roomId: , * position: { * x : , - * y : + * y : , + * direction: * } * }, * ...