コード例 #1
0
ファイル: GameState.cs プロジェクト: martsve/camelcup-ai
 public GameState Apply(StateChange change)
 {
     change.Apply(this);
     return(this);
 }