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
+28
View File
@@ -0,0 +1,28 @@
using System;
using Cpp2IlInjected;
using UnityEngine;
namespace SA.iOS.Utilities
{
// Token: 0x02000009 RID: 9
[Token(Token = "0x2000008")]
public static class ISN_Services
{
// Token: 0x1700000C RID: 12
// (get) Token: 0x0600002B RID: 43 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700000C")]
public static Transform Parent
{
[Token(Token = "0x6000027")]
[Address(RVA = "0x10C7CF0", Offset = "0x10C6CF0", VA = "0x1810C7CF0")]
get
{
return null;
}
}
// Token: 0x0400002E RID: 46
[Token(Token = "0x400002E")]
private static Transform s_Services;
}
}