lib_unity_purchase/Editor/Analytics/Entity/EventComponents.cs

10 lines
283 B
C#
Raw Permalink Normal View History

2025-01-20 12:55:54 +08:00
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";
}
}