lib_unity_purchase/Editor/Common/Entity/IapMenuConsts.cs

10 lines
308 B
C#

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";
}
}