예제 #1
0
 public GameState Revert(StateChange change)
 {
     change.Revert(this);
     return(this);
 }