johnclot69
1 anno fa
|
@@ -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>
|