holopy3/Assets/UniGLTF/Core/Scripts/UniGLTFVersion.cs

12 lines
202 B
C#
Raw Permalink Normal View History

2021-01-28 12:07:52 +00:00
namespace UniGLTF
{
public static partial class UniGLTFVersion
{
public const int MAJOR = 1;
public const int MINOR = 27;
public const string VERSION = "1.27";
}
}