minesweeper_game/Library/PackageCache/com.unity.purchasing@649c6c7b3b1b/Editor/Common/Entity/PurchasingIdentifierKey.cs
2025-03-15 14:30:26 -04:00

8 lines
161 B
C#

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