コード例 #1
0
 public void Run(GameMode mode, IGameClient client)
 {
     Context.Run();
     Model = new GameModel(mode);
     View.ApplyModel(Model);
     Client = client;
     ApplyInitState();
 }