Add landing page player count updates

This commit is contained in:
schmelczerandras 2020-10-21 20:27:03 +02:00
parent c844e6c52b
commit 2509199abc
4 changed files with 111 additions and 22 deletions

View file

@ -2,6 +2,8 @@ export enum TransportEvents {
PlayerJoining = 'PlayerJoining',
PlayerToServer = 'PlayerToServer',
ServerToPlayer = 'ServerToPlayer',
SubscribeForPlayerCount = 'SubscribeForPlayerCount',
PlayerCountUpdate = 'PlayerCountUpdate',
Ping = 'Ping',
Pong = 'Pong',
}