Example #1
0
 public static unittype get(int i)
 {
     if (!_unittype.ContainsKey(i))
     {
         _unittype[i] = new unittype();
     }
     return(_unittype[i]);
 }
Example #2
0
 public static boolean UnitRemoveType(unit whichUnit, unittype whichUnitType)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public static boolean IsUnitIdType(integer unitId, unittype whichUnitType)
 {
     throw new NotImplementedException();
 }