import { GameAction } from "../../../types/GameAction"; /** 接受客户端的游戏操作数据 */ export type MsgGameAction = GameAction