Commit f8d02add authored by 18김상언's avatar 18김상언

프리펩 브랜치 쓰려고 별로 바뀐건 없지만 푸쉬

parent 49c72235
...@@ -27,6 +27,7 @@ public class EnemyManager : Singleton<EnemyManager> ...@@ -27,6 +27,7 @@ public class EnemyManager : Singleton<EnemyManager>
// dictionary // dictionary
public readonly Dictionary<int, Dictionary<ItemType, int>> dropTableByID; public readonly Dictionary<int, Dictionary<ItemType, int>> dropTableByID;
public readonly Dictionary<int, Dictionary<State, Action>> actionDictByID; public readonly Dictionary<int, Dictionary<State, Action>> actionDictByID;
public readonly Dictionary<int, float[]> enemyDataByID;
// method // method
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment