Protocols/room/MsgGoToGame.ts
2024-03-06 17:28:02 +08:00

3 lines
110 B
TypeScript

import { ILiffData } from "../define/interface";
export type MsgGoToGame = [number, [ILiffData, ILiffData]]