namespace SimulationServer; public enum TaskType { // 灭火 ExtinguishFire, // 侦察 Reconnaissance, // 巡护 Patrol, //锁滑降 LockGlide, }