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 | |
LevelBase (int[] expArray, int lv=0, int exp=0) | |
bool | AddExpAndCheckLevel (int addExp) |
增加经验值并看看能否升级 More... | |
Properties | |
int | Lv [get, private set] |
当前等级 More... | |
int | Exp [get, private set] |
当前经验 More... | |
int[] | ExpArray [get] |
经验值数组 More... | |
Private Member Functions | |
bool | TryLevelUp () |
尝试升级 More... | |
等级基类
|
inline |
|
inline |
增加经验值并看看能否升级
|
inlineprivate |
尝试升级
|
getprivate set |
当前经验
|
get |
经验值数组
|
getprivate set |
当前等级