Selaa lähdekoodia

漂浮英灵不会错了

SZAND\msx_2 1 vuosi sitten
vanhempi
commit
0a1706e7fc
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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();
     }