Ejemplo n.º 1
0
 public SoldierTermite() {
   this.entityId = Helper.GenerateSelfIncrement();
 }
Ejemplo n.º 2
0
 public SoldierTermite(int[] location, World world) {
   this.entityId = Helper.GenerateSelfIncrement();
   this.location = location;
   this.world = world;
 }