mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-11 04:54:17 -05:00
8 lines
212 B
C#
8 lines
212 B
C#
namespace UniGLTF
|
|
{
|
|
public static partial class UniGLTFVersion
|
|
{
|
|
public const string UNIGLTF_VERSION = "UniGLTF-" + VERSION;
|
|
public const string MENU = "VRM/" + UNIGLTF_VERSION;
|
|
}
|
|
} |