Exemplo n.º 1
0
 public void setChargingMagicType(ChargingMagicType type)
 {
     CurrentChargeType = type;
 }
Exemplo n.º 2
0
 protected void BuffSword(ChargingMagicType type)
 {
     _attack.Buff = type;
     BuffDuration = (ChargedAmount / MaxChargeAmount) * 0.2f;
 }
Exemplo n.º 3
0
 public void setCharging(bool charging, ChargingMagicType type)
 {
     Charging = charging;
     setChargingMagicType(type);
 }