
namespace RememorySDK
{
    public class EditorConstants
    {
        public static readonly string DOWNLOAD_ALERT_TITLE = "Download Scene";
        public static readonly string DOWNLOAD_ALERT_MESSEGE = "Do you want to download ";
        public static readonly string DOWNLOAD_COMPLETE_MESSEGE = "Download is complete.";
        public static readonly string REMEMORY_SDK_PAGE = "https://rememory.jp/jp/sdk.html";
        public static readonly string REMEMORY_SIGNUP_PAGE = "https://rememory.jp/";
    }
}