minesweeper_game/Library/PackageCache/com.unity.purchasing@649c6c7b3b1b/Editor/Analytics/Entity/EventUINames.cs
2025-03-15 14:30:26 -04:00

14 lines
600 B
C#

namespace UnityEditor.Purchasing
{
internal static class EventUINames
{
internal const string k_UINameAutoInit = "auto_init_purchasing";
internal const string k_UINameUgsAutoInit = "auto_init_ugs";
internal const string k_UINameSelectTargetStore = "select_target_store";
internal const string k_UINameProductType = "product_type";
internal const string k_UINamePayoutType = "payout_type";
internal const string k_UINameTranslationLocale = "translation_locale";
internal const string k_UINameApplePriceTier = "apple_price_tier";
}
}