Example #1
0
 public static attacktype get(int i)
 {
     if (!_attacktype.ContainsKey(i))
     {
         _attacktype[i] = new attacktype();
     }
     return(_attacktype[i]);
 }
Example #2
0
 public static boolean UnitDamageTarget(unit whichUnit, widget target, real amount, boolean attack, boolean ranged, attacktype attackType, damagetype damageType, weapontype weaponType)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public static boolean UnitDamagePoint(unit whichUnit, real delay, real radius, real x, real y, real amount, boolean attack, boolean ranged, attacktype attackType, damagetype damageType, weapontype weaponType)
 {
     throw new NotImplementedException();
 }