add ping pong channel names

This commit is contained in:
Halit Aksoy 2022-07-16 18:00:39 +03:00
parent fe3cfb04b4
commit daacefc5fa

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"