10 lines
308 B
C#
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";
|
||
|
}
|
||
|
}
|