2021-06-29 03:26:12 +03:00
|
|
|
export const channel_new_game = "new_game"
|
|
|
|
|
export const channel_on_game_start = "on_game_start"
|
|
|
|
|
export const channel_game_move = "game_move"
|
|
|
|
|
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"
|
2021-07-04 00:44:15 +03:00
|
|
|
export const channel_on_game_crashed = "on_game_crashed"
|