SquareDash/Library/PackageCache/com.unity.purchasing@4.10.0/Editor/Analytics/Entity/EventComponents.cs
kingjuulian06 0efb85038a Arbeit 2
2023-11-21 22:03:49 +01:00

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";
}
}