Example #1
0
 // Take a snapshot of the current game state
 public GameSnapshot TakeSnapshot()
 {
     return(new GameSnapshot(gamemap.TakeSnapshot(), player.TakeSnapshot()));
 }