예제 #1
0
        public History createHistory()
        {
            History h = new HistoryImpl();

            h.states = new List <GameState>();
            return(h);
        }
예제 #2
0
 public History createHistory()
 {
     History h = new HistoryImpl();
     h.states = new List<GameState>();
     return h;
 }