Exemple #1
0
 void Start()
 {
     m_Gamemode = GamemodeManager.Instance.GetGamemode(Gamemode.TeamDeathmatch) as GamemodeTeamDeathmatch;
 }
	void Start()
	{
		m_Gamemode = GamemodeManager.Instance.GetGamemode( Gamemode.TeamDeathmatch ) as GamemodeTeamDeathmatch;
	}