Exemplo n.º 1
0
 public GameState Apply(StateChange change)
 {
     change.Apply(this);
     return(this);
 }