From 77780bd27be0c6891fe47b707f79d5c4e3926f4e Mon Sep 17 00:00:00 2001 From: gparant Date: Tue, 7 Apr 2020 21:03:33 +0200 Subject: [PATCH] Change comment with new message strategy --- back/src/Controller/IoSocketController.ts | 3 ++- front/src/Connexion.ts | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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: * } * }, * ... -- 2.25.1