protected override void OnTick() { attr.Add(VariableAttributes.HP, -damage); print("Dano: " + damage + ". HP atual: " + attr.Get(VariableAttributes.HP)); }
protected override void OnTick() { attr.Add(VariableAttributes.HP, quantityPerTick); print("Recuperado: " + quantityPerTick + ". HP atual: " + attr.Get(VariableAttributes.HP)); }