Merge branch 'player-report-fix-conflict' into player-report
# Conflicts: # back/src/Controller/IoSocketController.ts
This commit is contained in:
commit
047fa7b594
@ -31,6 +31,7 @@ import {
|
||||
WebRtcStartMessage,
|
||||
WebRtcDisconnectMessage,
|
||||
PlayGlobalMessage,
|
||||
ReportPlayerMessage,
|
||||
TeleportMessageMessage
|
||||
} from "../Messages/generated/messages_pb";
|
||||
import {UserMovesMessage} from "../Messages/generated/messages_pb";
|
||||
@ -87,6 +88,8 @@ export class IoSocketController {
|
||||
this.ioConnection();
|
||||
}
|
||||
|
||||
|
||||
|
||||
ioConnection() {
|
||||
this.app.ws('/room', {
|
||||
/* Options */
|
||||
|
@ -16,6 +16,7 @@ import {
|
||||
ITiledMapLayerProperty, ITiledMapObject,
|
||||
ITiledTileSet
|
||||
} from "../Map/ITiledMap";
|
||||
import {PLAYER_RESOURCES, PlayerResourceDescriptionInterface} from "../Entity/Character";
|
||||
import {AddPlayerInterface} from "./AddPlayerInterface";
|
||||
import {PlayerAnimationNames} from "../Player/Animation";
|
||||
import {PlayerMovement} from "./PlayerMovement";
|
||||
|
Loading…
Reference in New Issue
Block a user