10 lines
283 B
C#
10 lines
283 B
C#
|
namespace UnityEditor.Purchasing
|
||
|
{
|
||
|
internal static class EventComponents
|
||
|
{
|
||
|
internal const string k_ComponentBuild = "build";
|
||
|
internal const string k_ComponentCodeless = "codeless";
|
||
|
internal const string k_ComponentObfuscation = "obfuscation";
|
||
|
}
|
||
|
}
|