12 lines
202 B
C#
12 lines
202 B
C#
|
|
||
|
namespace UniGLTF
|
||
|
{
|
||
|
public static partial class UniGLTFVersion
|
||
|
{
|
||
|
public const int MAJOR = 1;
|
||
|
public const int MINOR = 27;
|
||
|
|
||
|
public const string VERSION = "1.27";
|
||
|
}
|
||
|
}
|