playGlobalMessage are receive as adminRoomMessage
Suppression of GlobalMessageManager and TypeMessage Migrating message to svelte
This commit is contained in:
parent
6e65952d75
commit
9e16bfc366
19 changed files with 221 additions and 288 deletions
|
@ -108,12 +108,6 @@ export interface RoomJoinedMessageInterface {
|
|||
}
|
||||
|
||||
export interface PlayGlobalMessageInterface {
|
||||
id: string;
|
||||
type: string;
|
||||
message: string;
|
||||
}
|
||||
|
||||
export interface UserGlobalMessageInterface {
|
||||
type: string;
|
||||
content: string;
|
||||
broadcastToWorld: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue