using System.Collections;
using System.Collections.Generic;
using UnityEngine;

namespace RememorySDK
{
    public class SDKConstants
    {
        public static readonly string SDK_VERSION = "v1.0.3 (Beta)";
        public static readonly string CONTENTS_FOLDER_PATH = "RememorySDK/Contents/";
    }
}