Example #1
0
 public void Start()
 {
     if (humans.Length > 0)
     {
         // spawn zombies, whats all tha 2u, 2u stuff?
         m_humans.setup(2u, 2u, 4.0f, "Human", humans, "SpawnPoint_Human");
     }
     if (zombies.Length > 0)
     {
         m_zombies.setup(8u, 6u, 4.0f, "Zombie", zombies, "SpawnPoint_Zombie");
     }
 }