Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

39 lines
1.2 KiB
C#

using System;
using System.Collections.Generic;
using Cpp2IlInjected;
namespace UnityEngine.AddressableAssets
{
// Token: 0x02000030 RID: 48
[Token(Token = "0x2000030")]
public class PlatformMappingService
{
// Token: 0x06000153 RID: 339 RVA: 0x00002F54 File Offset: 0x00001154
[Token(Token = "0x6000153")]
[Address(RVA = "0x2B33690", Offset = "0x2B32690", VA = "0x182B33690")]
internal static AddressablesPlatform GetAddressablesPlatformInternal(RuntimePlatform platform)
{
return AddressablesPlatform.Unknown;
}
// Token: 0x06000154 RID: 340 RVA: 0x00002F6C File Offset: 0x0000116C
[Token(Token = "0x6000154")]
[Address(RVA = "0x2B33760", Offset = "0x2B32760", VA = "0x182B33760")]
public static AddressablesPlatform GetPlatform()
{
return AddressablesPlatform.Unknown;
}
// Token: 0x06000155 RID: 341 RVA: 0x0000207E File Offset: 0x0000027E
[Token(Token = "0x6000155")]
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
public PlatformMappingService()
{
}
// Token: 0x04000080 RID: 128
[Token(Token = "0x4000080")]
private static readonly Dictionary<RuntimePlatform, AddressablesPlatform> s_RuntimeTargetMapping;
}
}