This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,39 @@
using System;
using System.Collections.Generic;
using Cpp2IlInjected;
using UnityEngine;
namespace SA.iOS.CoreLocation
{
// Token: 0x02000108 RID: 264
[Token(Token = "0x20000E0")]
[Serializable]
public class ISN_CLLocationArray
{
// Token: 0x170001A1 RID: 417
// (get) Token: 0x0600050A RID: 1290 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x170001A1")]
public List<ISN_CLLocation> Locations
{
[Token(Token = "0x6000494")]
[Address(RVA = "0x411530", Offset = "0x410530", VA = "0x180411530")]
get
{
return null;
}
}
// Token: 0x0600050B RID: 1291 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000495")]
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
public ISN_CLLocationArray()
{
}
// Token: 0x04000301 RID: 769
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x40002C5")]
[SerializeField]
private List<ISN_CLLocation> m_Locations;
}
}