Exemplo n.º 1
0
 public static weapontype get(int i)
 {
     if (!_weapontype.ContainsKey(i))
     {
         _weapontype[i] = new weapontype();
     }
     return(_weapontype[i]);
 }
Exemplo n.º 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();
 }
Exemplo n.º 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();
 }