Exemple #1
0
 public void MoveCell(HexCell cell, HexCoordinates to)
 {
     Grid.RpcMoveCell((Int16)cell.ID, (Int16)to.X, (Int16)to.Z);
 }