Ejemplo n.º 1
0
 public OXAction(OXActor aActing, OXGameState aState, int x, int y) : base(aActing)
 {
     this._incomingState = aState;
     this._x             = x;
     this._y             = y;
 }
Ejemplo n.º 2
0
 public OXGameState(OXGameState aOtherGameState, OXActor aJustActed, AbstractActor[,] aGrid) : base(aOtherGameState.PlayerAName, aOtherGameState.PlayerBName, aJustActed, aGrid)
 {
 }