Ver código fonte

删除了AttackController多余没用的参数

WGL 2 meses atrás
pai
commit
d74e4015a2

+ 0 - 3
ActionTowerDefense/Assets/Scripts/Characters/AttackController.cs

@@ -187,8 +187,6 @@ public class AttackController : MonoBehaviour
         Melee = 0,      //輪桵
         Shoot = 1,      //扞僻
         Special = 2,    //準癶馴
-
-        Dash = 3,       //荎鍾棧諦ㄛ綴醱ワ刉裁
     }
 
 
@@ -241,7 +239,6 @@ public class AttackController : MonoBehaviour
         [Header("醴梓")]
         public SearchMode searchMode;
         public bool canHitFly;
-        public int armorPiercing;               //援樅薹
 
         [Header("堈最等弇")]
         [ShowIf("attackType",AttackType.Shoot)]