Browse Source

修改编辑器提示:(SkillType在编辑器中修改无效,在killData表中配置)

大爷 1 year ago
parent
commit
61bb4a211b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      XmdsCommon/Plugin/XmdsProperties.cs

+ 1 - 1
XmdsCommon/Plugin/XmdsProperties.cs

@@ -720,7 +720,7 @@ namespace XmdsCommon.Plugin
         public byte UseTimes = 1;
 		[DescAttribute("技能使用次数变更时间间隔")]
 		public int AddUseTimesIntervalMS = 3000;
-		[DescAttribute("技能类型-不要改,服务器配置")]
+		[DescAttribute("技能类型-此处修改无效,在SkillData表中配置")]
 		public XmdsSkillType SkillType = XmdsSkillType.active;
         [DescAttribute("无/引导/吟唱.-技能施法类型.")]
         public XmdsSkillLaunchType LaunchType = XmdsSkillLaunchType.None;