No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

EventUINames.cs 600B

12345678910111213
  1. namespace UnityEditor.Purchasing
  2. {
  3. internal static class EventUINames
  4. {
  5. internal const string k_UINameAutoInit = "auto_init_purchasing";
  6. internal const string k_UINameUgsAutoInit = "auto_init_ugs";
  7. internal const string k_UINameSelectTargetStore = "select_target_store";
  8. internal const string k_UINameProductType = "product_type";
  9. internal const string k_UINamePayoutType = "payout_type";
  10. internal const string k_UINameTranslationLocale = "translation_locale";
  11. internal const string k_UINameApplePriceTier = "apple_price_tier";
  12. }
  13. }