public Army(Hex hex, Faction owner) { this.hex = hex; this.owner = owner; this.position = hex.position; }
public void Reconstruct() { /* Setup this.hex reference */ this.hex = Core.map.hexList[this.hexIndex]; this.StartCapture(); }