UNPKG

@xmobitea/gn-server-cloudscript-editor

Version:
8 lines (6 loc) 271 B
interface CloudScriptSocket { sendEventTo(userId: string, operationEvent: OperationEvent); sendEventToMoreUser(userIds: string[], operationEvent: OperationEvent); sendEventToAllPlayer(operationEvent: OperationEvent); } declare const socket: CloudScriptSocket;