SZAND\msx_2 1 年之前
父节点
当前提交
e2a9ed4ee2
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      ActionTowerDefense/Assets/Scripts/MoveCharacter.cs

+ 2 - 0
ActionTowerDefense/Assets/Scripts/MoveCharacter.cs

@@ -90,6 +90,8 @@ public class MoveCharacter : Character
     [Header("Ȑ")]
     public GameObject soulPrefab;
     public float soulStartSpeed = 1f;
+
+    [Header("ÒþÉí")]
     public bool isInvisible;
     public float invisibleTime;
     public float velocityAddition;