mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-14 06:19:47 -05:00
7 lines
149 B
C#
7 lines
149 B
C#
namespace VRM10.MToon10
|
|
{
|
|
public static class MToon10ParameterMapKeyword
|
|
{
|
|
public const string On = "_MTOON_PARAMETERMAP";
|
|
}
|
|
} |