소스 검색

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

大爷 2 년 전
부모
커밋
61bb4a211b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;