Esempio n. 1
0
 public ItemDrop(ISpawnableManager spawnableManager)
 {
     this.spawnableManager = spawnableManager;
 }
        public CollisionManager(ISpawnableManager spawnableManager)
        {
            this.spawnableManager = spawnableManager;

            handlerDictionary = new CollisionHandlerDictionary();
        }