WGL 2 달 전
부모
커밋
55a2440e5f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ActionTowerDefense/Assets/Scripts/Characters/SoldierBuff.cs

+ 1 - 1
ActionTowerDefense/Assets/Scripts/Characters/SoldierBuff.cs

@@ -10,7 +10,7 @@ public class SoldierBuff : MonoBehaviour
 
     private int initTotalHp;
     private int initHp;
-    private List<AttackInfo> initAttackInfo;
+    private List<AttackInfo> initAttackInfo = new();
     private int initArmor;
 
     private void Awake()