public bool ExecuteAction(GameContext context, List<MJsonMessageAll> msg) { return context.OnStartKyoku(); }
public bool ExecuteAction(GameContext context, List<MJsonMessageAll> msgList) { if (context.OnCheckIsEndGame()) { return context.OnEndGame(); } else { return context.OnStartKyoku(); } }