mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-14 14:29:52 -05:00
7 lines
137 B
C#
7 lines
137 B
C#
namespace VRM10.MToon10
|
|
{
|
|
public static class MToon10NormalMapKeyword
|
|
{
|
|
public const string On = "_NORMALMAP";
|
|
}
|
|
} |