17 lines
307 B
C#
17 lines
307 B
C#
using System;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x020002F4 RID: 756
|
|
[Serializable]
|
|
public class GAPlatfromBound
|
|
{
|
|
// Token: 0x040012CF RID: 4815
|
|
public RuntimePlatform platfrom;
|
|
|
|
// Token: 0x040012D0 RID: 4816
|
|
public int profileIndex;
|
|
|
|
// Token: 0x040012D1 RID: 4817
|
|
public int profileIndexTestMode;
|
|
}
|