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 | Namespaces | Enumerations
BattleDefine.cs File Reference

Classes

class  XSSLG.XSDefine
 战斗的常量定义 More...
 

Namespaces

namespace  XSSLG
 @Author: zhoutao @Date: 2021/5/9 @Description: 常用的战斗方法
 

Enumerations

enum class  XSSLG.DirectionType {
  XSSLG.LeftTop = 0 , XSSLG.LeftBottom = 1 , XSSLG.RightTop = 2 , XSSLG.RightBottom = 3 ,
  XSSLG.Max
}
 地图上单位的朝向 More...
 
enum class  XSSLG.GroupType {
  XSSLG.Self = 0 , XSSLG.Enemy = 1 , XSSLG.NpcFriend = 2 , XSSLG.Npc = 3 ,
  XSSLG.Max
}
 势力 More...
 
enum class  XSSLG.UnitStatusType { XSSLG.Actived = 1 << 0 , XSSLG.Dead = 1 << 1 , XSSLG.Attacked = 1 << 2 , XSSLG.Moved = 1 << 3 }