This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
+16
View File
@@ -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;
}