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

8 lines
161 B
C#

namespace UnityEditor.Purchasing
{
internal static class PurchasingIdentifierKey
{
internal const string k_PurchasingKey = "Purchasing";
}
}