- namespace UnityEditor.Purchasing
- {
- static class IapMenuConsts
- {
- internal const string PurchasingDisplayName = "In-App Purchasing";
- internal const string MenuItemRoot = "Services/" + PurchasingDisplayName;
- internal const string SwitchStoreTitleText = "Store Selector";
- }
- }
|