示例#1
0
 public static void CreateInstance(string path)
 {
     _gameFactory = new GameFactory(GameType.TIC_TAC_TOE, path);
     _game        = _gameFactory.GetGameInstance();
 }