add ping pong channel names
This commit is contained in:
parent
fe3cfb04b4
commit
daacefc5fa
@ -6,3 +6,5 @@ export const channel_leave_game = "leave_game"
|
|||||||
export const channel_on_game_end = "on_game_end"
|
export const channel_on_game_end = "on_game_end"
|
||||||
export const channel_on_game_crashed = "on_game_crashed"
|
export const channel_on_game_crashed = "on_game_crashed"
|
||||||
export const channel_on_game_user_leave = "on_game_user_leave"
|
export const channel_on_game_user_leave = "on_game_user_leave"
|
||||||
|
export const channel_ping = "ping"
|
||||||
|
export const channel_pong = "pong"
|
||||||
Loading…
Reference in New Issue
Block a user