8 lines
161 B
C#
8 lines
161 B
C#
namespace UnityEditor.Purchasing
|
|
{
|
|
internal static class PurchasingIdentifierKey
|
|
{
|
|
internal const string k_PurchasingKey = "Purchasing";
|
|
}
|
|
}
|