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 | |
class | XSSLG.TriggerBase |
主动技能触发器,触发技能释放 先通过CanRelease判断技能能否施放,然后调用Release施放技能 和被动技的区别就是是否注册BattleEmitter,但是还有其他要注意的: 1. More... | |
Namespaces | |
namespace | XSSLG |
@Author: zhoutao @Date: 2021/5/9 @Description: 常用的战斗方法 | |