Ejemplo n.º 1
0
 //Used after any piece is placed on the board to register it properly
 public void NewPiecePlacement()
 {
     GetCurrent();
     boardManager.RegisterPiece(currentHex, color, type);
     active = BoardManager.Active.Board;
 }
Ejemplo n.º 2
0
 //Used after any piece is placed on the board to register it properly
 public void NewPiecePlacement()
 {
     GetCurrent();
     boardManager.RegisterPiece(currentHex, color, type);
     active = BoardManager.Active.Board;
 }