diff --git a/src/consts/channel_names.ts b/src/consts/channel_names.ts index e31f373..55250cf 100644 --- a/src/consts/channel_names.ts +++ b/src/consts/channel_names.ts @@ -5,4 +5,6 @@ export const channel_on_game_update = "on_game_update" 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" \ No newline at end of file +export const channel_on_game_user_leave = "on_game_user_leave" +export const channel_ping = "ping" +export const channel_pong = "pong" \ No newline at end of file