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

9 lines
236 B
C#
Raw Normal View History

2024-01-29 18:49:33 +08:00
namespace UnityEditor.Purchasing
{
static class GameServicesEventComponents
{
internal const string k_ComponentTopMenu = "Top Menu";
internal const string k_ComponentProjectSettings = "Project Settings";
}
}