1
This commit is contained in:
parent
ca612deb59
commit
a4a4952cc6
@ -16,4 +16,14 @@ namespace mt
|
||||
|
||||
}
|
||||
|
||||
const BattleHeroGrow* BattleHeroGrow::GetNextMeta() const
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
bool BattleHeroGrow::IsFullLevel() const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -14,6 +14,9 @@ namespace mt
|
||||
void Init1();
|
||||
void Init2();
|
||||
|
||||
const BattleHeroGrow* GetNextMeta() const;
|
||||
bool IsFullLevel() const;
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user