13 lines
213 B
C#
13 lines
213 B
C#
namespace UnityEditor.Purchasing
|
|
{
|
|
enum GooglePlayRevenueTrackingKeyState
|
|
{
|
|
Verified,
|
|
InvalidFormat,
|
|
UnauthorizedUser,
|
|
ServerError,
|
|
CantFetch,
|
|
NoKey
|
|
}
|
|
}
|