﻿using UnityEngine;

public class URLOpenManager : MonoBehaviour
{
    public string Url;
}
