1
This commit is contained in:
parent
20854df140
commit
b7c3b9cbc7
@ -151,6 +151,11 @@ Ability::Ability(CreatureWeakPtr owner)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Ability::~Ability()
|
||||||
|
{
|
||||||
|
Clear();
|
||||||
|
}
|
||||||
|
|
||||||
void Ability::Clear()
|
void Ability::Clear()
|
||||||
{
|
{
|
||||||
for (auto& tuple : attr_abs_) {
|
for (auto& tuple : attr_abs_) {
|
||||||
|
@ -6,6 +6,7 @@ class Ability
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
Ability(CreatureWeakPtr owner);
|
Ability(CreatureWeakPtr owner);
|
||||||
|
~Ability();
|
||||||
|
|
||||||
void IncImmuneTimes(int tag);
|
void IncImmuneTimes(int tag);
|
||||||
void DecImmuneTimes(int tag);
|
void DecImmuneTimes(int tag);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user