فهرست منبع

漂浮英灵不会错了

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