add ping pong channel names

This commit is contained in:
Halit Aksoy 2022-07-16 17:16:29 +03:00
parent ba60373060
commit 1530592e3e

View File

@ -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_crashed = "on_game_crashed"
export const channel_on_game_user_leave = "on_game_user_leave"
export const channel_ping = "ping"
export const channel_pong = "pong"