Protocols/room/MsgGoToGame.ts

3 lines
110 B
TypeScript
Raw Normal View History

2024-03-06 09:28:02 +00:00
import { ILiffData } from "../define/interface";
export type MsgGoToGame = [number, [ILiffData, ILiffData]]