mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-03 03:35:34 -05:00
9 lines
198 B
C#
9 lines
198 B
C#
namespace UniGLTF
|
|
{
|
|
public static partial class UniGLTFVersion
|
|
{
|
|
public const string UNIGLTF_VERSION = "UniGLTF-" + VERSION;
|
|
public const string MENU = "UniGLTF";
|
|
}
|
|
}
|