1
This commit is contained in:
parent
03bc216da0
commit
015e693225
@ -3,3 +3,18 @@
|
||||
#include "mt/BattleBasicAttribute.h"
|
||||
|
||||
IMPL_TABLE(mt::BattleBasicAttribute)
|
||||
|
||||
namespace mt
|
||||
{
|
||||
|
||||
void BattleBasicAttribute::Init1()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void BattleBasicAttribute::Init2()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -10,6 +10,10 @@ namespace mt
|
||||
"battleBasicAttribute@battleBasicAttribute.json",
|
||||
"id")
|
||||
public:
|
||||
|
||||
void Init1();
|
||||
void Init2();
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user