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

13 lines
213 B
C#

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