#nullable enable

namespace IGP.UnitySDK
{
    public static class IGPSdkVersion
    {
        public const string PackageVersion = "0.1.4";
    }
}
