public History createHistory() { History h = new HistoryImpl(); h.states = new List <GameState>(); return(h); }
public History createHistory() { History h = new HistoryImpl(); h.states = new List<GameState>(); return h; }