Add landing page player count updates
This commit is contained in:
parent
c844e6c52b
commit
2509199abc
4 changed files with 111 additions and 22 deletions
|
|
@ -2,6 +2,8 @@ export enum TransportEvents {
|
|||
PlayerJoining = 'PlayerJoining',
|
||||
PlayerToServer = 'PlayerToServer',
|
||||
ServerToPlayer = 'ServerToPlayer',
|
||||
SubscribeForPlayerCount = 'SubscribeForPlayerCount',
|
||||
PlayerCountUpdate = 'PlayerCountUpdate',
|
||||
Ping = 'Ping',
|
||||
Pong = 'Pong',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue