SendGlobalMessage by sendAminMessage
This commit is contained in:
parent
0d3c697add
commit
6e65952d75
8 changed files with 101 additions and 28 deletions
|
@ -113,6 +113,12 @@ export interface PlayGlobalMessageInterface {
|
|||
message: string;
|
||||
}
|
||||
|
||||
export interface UserGlobalMessageInterface {
|
||||
type: string;
|
||||
content: string;
|
||||
broadcastToWorld: boolean;
|
||||
}
|
||||
|
||||
export interface OnConnectInterface {
|
||||
connection: RoomConnection;
|
||||
room: RoomJoinedMessageInterface;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue