mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-11 13:04:17 -05:00
12 lines
205 B
C#
12 lines
205 B
C#
|
|
namespace VRM
|
|
{
|
|
public static partial class VRMVersion
|
|
{
|
|
public const int MAJOR = 0;
|
|
public const int MINOR = 41;
|
|
|
|
public const string VERSION = "0.41";
|
|
}
|
|
}
|