/** * 无尽模式技能作用赛道类型 * @Author: chenxin * @Date: 2020-11-02 16:32:48 */ namespace KTGMGemClient { public enum EndlessBossSkillTunelType { None, // 法阵中心位置 Top, // 赛道中心 Center, // 我方塔位前面 Bottom } }