12 lines
239 B
C#
12 lines
239 B
C#
|
|
namespace UniGLTF
|
|
{
|
|
public static partial class UniGLTFVersion
|
|
{
|
|
public const int MAJOR = 2;
|
|
public const int MINOR = 35;
|
|
public const int PATCH = 0;
|
|
public const string VERSION = "2.35.0";
|
|
}
|
|
}
|