ClusterSpawn()

Found in:

public void ClusterSpawn(int location, int type)
    {
        Instantiate(enemyTypes[type], mobSpawns[location].transform.position, Quaternion.identity);
    }


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *