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.
|
Classes | |
interface | XSSLG.IPhaseBase |
class | XSSLG.PhaseBase |
每个阶段是一个类专门处理,通过调用状态机BattleFSM的Change函数来做阶段切换 目前有OnEnter和OnExit2个接口,分2个是因为卡牌游戏经常有“在XX回合开始时”,“在xx回合结束时”这一类效果的触发 More... | |
Namespaces | |
namespace | XSSLG |
@Author: zhoutao @Date: 2021/5/9 @Description: 常用的战斗方法 | |