示例#1
0
 bool ConsumePower()
 {
     return(parentUnit.ConsumePower(baseWeapon.BeamPowerCost * GameManager.instance.GetDeltaTime()));
 }