Example #1
0
 // what does this do?
 public void Update()
 {
     m_humans.update(Time.deltaTime);
     m_zombies.update(Time.deltaTime);
 }