public static void RegisterHost(string gameTypeName, string gameName) { string comment = ""; MasterServer.RegisterHost(gameTypeName, gameName, comment); }