XSGridEditor
1.0.0
XSGridEditor is a lightweight square grid map system for 2D/3D SRPG games, and comes with a simple and easy-to-use grid editing function. It can be used as a beginning for you to create SRPG games.
|
角色职业 More...
Public Member Functions | |
RoleClass (ClassData data, int exp=0) | |
bool | CheckPreficient () |
是否精通 More... | |
bool | AddExpAndCheckPreficient (int addExp) |
增加经验值并看看能否精通 More... | |
Properties | |
ClassData | Data [get] |
数据data More... | |
int | Exp [get, private set] |
当前经验 More... | |
Private Member Functions | |
int | GetMaxExp () |
精通需要的经验值 More... | |
角色职业
|
inline |
|
inline |
增加经验值并看看能否精通
bool XSSLG.RoleClass.CheckPreficient | ( | ) |
是否精通
|
inlineprivate |
精通需要的经验值
|
get |
数据data
|
getprivate set |
当前经验