Преглед на файлове

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

johnclot69 преди 1 година
родител
ревизия
7603b65577
променени са 1 файла, в които са добавени 3 реда и са изтрити 6 реда
  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 cdTime { get; set; }
 
 
             public int flag { get; set; }
             public int flag { get; set; }
+
+            [StaticField]
+            public bool autoLaunch = false;
         }
         }
 
 
         /// <summary>
         /// <summary>
@@ -70,12 +73,6 @@
                 this.unlock = unlock;
                 this.unlock = unlock;
                 this.skillTime = skillTime;
                 this.skillTime = skillTime;
             }
             }
-
-            /** 是否已解锁 */
-            public bool isUnlock()
-            {
-                return this.unlock;
-            }
         }
         }
 
 
         /// <summary>
         /// <summary>