소스 검색

漂浮英灵不会错了

SZAND\msx_2 1 년 전
부모
커밋
0a1706e7fc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ActionTowerDefense/Assets/Scripts/PlayerController.cs

+ 1 - 1
ActionTowerDefense/Assets/Scripts/PlayerController.cs

@@ -245,7 +245,7 @@ public class PlayerController : MoveCharacter
         //    return;
         //}
         demonicDic = new Dictionary<int, List<Demonic>>();
-        demonicId = new List<int>() { 0, 0, 0 };
+        demonicId = new List<int>() { 0, 0, 0, 0 };
         Init();
     }