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