Ejemplo n.º 1
0
 public void Despawn(GameObject instance, ArchetypeEnum entity, int category, int poolIndex = 0, float delay = 0f)
 {
     switch (entity)
     {
     case ArchetypeEnum.Player:
         break;
     }
 }
Ejemplo n.º 2
0
 public void Despawn(GameObject instance, ArchetypeEnum entity, int poolIndex = 0, float delay = 0f)
 {
     switch (entity)
     {
     case ArchetypeEnum.Player:
         _provider.Despawn(instance, poolIndex, delay);
         break;
     }
 }
Ejemplo n.º 3
0
 public void Despawn(GameObject instance, ArchetypeEnum entity, int poolIndex = 0, float delay = 0f)
 {
 }