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 | |
RoleLevel (int lv=0, int exp=0) | |
![]() | |
LevelBase (int[] expArray, int lv=0, int exp=0) | |
bool | AddExpAndCheckLevel (int addExp) |
增加经验值并看看能否升级 More... | |
Additional Inherited Members | |
![]() | |
int | Lv [get, private set] |
当前等级 More... | |
int | Exp [get, private set] |
当前经验 More... | |
int[] | ExpArray [get] |
经验值数组 More... | |
角色等级
|
inline |