Kaynağa Gözat

【漏提】主播单位的初始战斗属性和技能等,调整为从配置表读取

johnclot69 1 yıl önce
ebeveyn
işleme
7603b65577
1 değiştirilmiş dosya ile 3 ekleme ve 6 silme
  1. 3 6
      DotNet/Model/Const/Struct.cs

+ 3 - 6
DotNet/Model/Const/Struct.cs

@@ -44,6 +44,9 @@
             public int cdTime { get; set; }
 
             public int flag { get; set; }
+
+            [StaticField]
+            public bool autoLaunch = false;
         }
 
         /// <summary>
@@ -70,12 +73,6 @@
                 this.unlock = unlock;
                 this.skillTime = skillTime;
             }
-
-            /** 是否已解锁 */
-            public bool isUnlock()
-            {
-                return this.unlock;
-            }
         }
 
         /// <summary>