10 lines
288 B
C#
10 lines
288 B
C#
|
namespace UnityEditor.Purchasing
|
||
|
{
|
||
|
class GoogleConfigurationData
|
||
|
{
|
||
|
internal string googlePlayKey;
|
||
|
internal GooglePlayRevenueTrackingKeyState revenueTrackingState = GooglePlayRevenueTrackingKeyState.NoKey;
|
||
|
internal bool googlePlayTangleFileCreated;
|
||
|
}
|
||
|
}
|