Example #1
0
 public override void InitHex()
 {
     HexCost      = new HexCost(3, 0, 0, 1);
     AttackPoints = 1;
     LifePoints   = 6;
 }
 public override void InitHex()
 {
     HexCost = new HexCost(0, 0, 0, 1);
 }