mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-14 06:19:47 -05:00
9 lines
177 B
C#
9 lines
177 B
C#
namespace MToon
|
|
{
|
|
public static partial class Utils
|
|
{
|
|
public const string Implementation = "Santarh/MToon";
|
|
public const int VersionNumber = 39;
|
|
}
|
|
}
|