Example #1
0
 protected override void OnTick()
 {
     if (m_from != null && m_from.Alive)
     {
         m_from.SpawnStudents();
     }
     else
     {
         Stop();
     }
 }