void Start()
 {
     m_Gamemode = GamemodeManager.Instance.GetGamemode(Gamemode.Deathmatch) as GamemodeDeathmatch;
 }
예제 #2
0
	void Start()
	{
		m_Gamemode = GamemodeManager.Instance.GetGamemode( Gamemode.Deathmatch ) as GamemodeDeathmatch;
	}