SquareDash/Library/PackageCache/com.unity.purchasing@4.10.0/Editor/Common/Entity/IapMenuConsts.cs
kingjuulian06 0efb85038a Arbeit 2
2023-11-21 22:03:49 +01:00

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