mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-04-25 07:28:51 -05:00
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 = 11;
|
|
public const int PATCH = 0;
|
|
public const string VERSION = "2.11.0";
|
|
}
|
|
}
|