/** * 精灵塔动作状态 * @Author: chenxin * @Date: 2020-11-13 14:09:17 */ namespace KTGMGemClient { public enum TowerActionState { // 站立 Standing, // 向敌人开炮 Attack } }