lib_unity_purchase/Editor/Common/Entity/IapMenuConsts.cs

10 lines
308 B
C#
Raw Normal View History

2025-01-20 12:55:54 +08:00
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";
}
}