scripts
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user