1
This commit is contained in:
parent
38c91f4747
commit
7617eeb487
@ -17,4 +17,9 @@ namespace mt
|
||||
|
||||
}
|
||||
|
||||
BattleHeroGrow* BattleBasicAttribute::GetGrowMeta(int map_id)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -5,6 +5,7 @@
|
||||
|
||||
namespace mt
|
||||
{
|
||||
class BattleHeroGrow;
|
||||
|
||||
DECLARE_ID_TABLE(BattleBasicAttribute, mtb::BattleBasicAttribute,
|
||||
"battleBasicAttribute@battleBasicAttribute.json",
|
||||
@ -14,6 +15,7 @@ namespace mt
|
||||
void Init1();
|
||||
void Init2();
|
||||
|
||||
BattleHeroGrow* GetGrowMeta(int map_id);
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user