lib_unity_purchase/Editor/Analytics/Entity/GameServices/GameServicesEventComponents.cs

9 lines
236 B
C#

namespace UnityEditor.Purchasing
{
static class GameServicesEventComponents
{
internal const string k_ComponentTopMenu = "Top Menu";
internal const string k_ComponentProjectSettings = "Project Settings";
}
}