示例#1
0
 bool CheckPowerAndAmmo()
 {
     return(parentUnit.HasEnoughPowerAndAmmo(baseWeapon.PowerCost, baseWeapon.AmmoCost));
 }