| 1234567891011121314151617 | 
							- using System.ComponentModel;
 
- namespace WCS.WorkEngineering.Worlds
 
- {
 
-     /// <summary>
 
-     /// 非交互世界
 
-     /// </summary>
 
-     [Description("非交互世界")]
 
-     public class NoInteractionWorld : MainWorld
 
-     {
 
-         /// <summary>
 
-         ///  世界执行周期间隔
 
-         ///  单位:毫秒
 
-         /// </summary>
 
-         protected override int Interval => 500;
 
-     }
 
- }
 
 
  |