This commit is contained in:
aozhiwei 2024-01-12 11:38:21 +08:00
parent 38c91f4747
commit 7617eeb487
2 changed files with 7 additions and 0 deletions

View File

@ -17,4 +17,9 @@ namespace mt
}
BattleHeroGrow* BattleBasicAttribute::GetGrowMeta(int map_id)
{
}
}

View File

@ -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);
};
}