void Awake() { if (instance == null) { instance = this; } }
public void Init() { if (instance == null) { instance = this; Debug.Log("Drop Manager Init"); enemyDrops = EnemyDropImporter.deserializeEnemyDrops(); drops = ModifierImporter.getOfferingDictionary(); } }