瀏覽代碼

漂浮英灵不会错了

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();
     }