lib_unity_purchase/Editor/Common/Entity/PurchasingIdentifierKey.cs

8 lines
161 B
C#
Raw Permalink Normal View History

2024-01-29 18:49:33 +08:00
namespace UnityEditor.Purchasing
{
internal static class PurchasingIdentifierKey
{
internal const string k_PurchasingKey = "Purchasing";
}
}