using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WCS.WorkEngineering.Worlds { /// /// 重绕区 /// [Description("重绕区")] public class RewindWorld : MainWorld { public RewindWorld() { } } }