Ejemplo n.º 1
0
 void RpcRoundPlaying()
 {
     // As soon as the round begins playing let the players control the tanks
     EnableTankControl();
     LazyLoadAnnouncer();
     m_Announcer.Hide();
 }
Ejemplo n.º 2
0
 // Preplay state function
 protected void Preplay()
 {
     RoundStarting();
     EnableTankControl();
     LazyLoadAnnouncer();
     m_Announcer.Hide();
 }