mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 16:44:48 -07:00
Add Event_RemoveMessages
This commit is contained in:
parent
e2ab8db958
commit
87b60f65c8
5 changed files with 18 additions and 66 deletions
|
|
@ -4,10 +4,12 @@ import { joinRoom } from './joinRoom';
|
|||
import { leaveRoom } from './leaveRoom';
|
||||
import { listGames } from './listGames';
|
||||
import { roomSay } from './roomSay';
|
||||
import { removeMessages } from './removeMessage';
|
||||
|
||||
export const RoomEvents: ProtobufEvents = {
|
||||
'.Event_JoinRoom.ext': joinRoom,
|
||||
'.Event_LeaveRoom.ext': leaveRoom,
|
||||
'.Event_ListGames.ext': listGames,
|
||||
'.Event_RoomSay.ext': roomSay,
|
||||
'.Event_RemoveMessages.ext': removeMessages,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue