public ItemDrop(ISpawnableManager spawnableManager) { this.spawnableManager = spawnableManager; }
public CollisionManager(ISpawnableManager spawnableManager) { this.spawnableManager = spawnableManager; handlerDictionary = new CollisionHandlerDictionary(); }