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

13 lines
213 B
C#

namespace UnityEditor.Purchasing
{
enum GooglePlayRevenueTrackingKeyState
{
Verified,
InvalidFormat,
UnauthorizedUser,
ServerError,
CantFetch,
NoKey
}
}