コード例 #1
0
 void RpcRoundPlaying()
 {
     // As soon as the round begins playing let the players control the tanks
     EnableTankControl();
     LazyLoadAnnouncer();
     m_Announcer.Hide();
 }
コード例 #2
0
ファイル: GameManager.cs プロジェクト: usernamejialu/tank
 // Preplay state function
 protected void Preplay()
 {
     RoundStarting();
     EnableTankControl();
     LazyLoadAnnouncer();
     m_Announcer.Hide();
 }