Ejemplo n.º 1
0
 /// <summary>
 /// Places this unit on the new hexagon
 /// </summary>
 protected void AddToHexagon(Hexagon hex)
 {
     hex.AddUnit(this);
     CurrentlyOccupiedHexagon = hex;
     transform.position       = hex.UnitAnchorPoint;
 }