This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
@@ -0,0 +1,20 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000008 RID: 8
internal class AddressAttribute : Attribute
{
// Token: 0x0400000B RID: 11
public string RVA;
// Token: 0x0400000C RID: 12
public string Offset;
// Token: 0x0400000D RID: 13
public string VA;
// Token: 0x0400000E RID: 14
public string Slot;
}
}
@@ -0,0 +1,14 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x0200000D RID: 13
internal class AnalysisFailedException : Exception
{
// Token: 0x0600001B RID: 27 RVA: 0x00002076 File Offset: 0x00000276
public AnalysisFailedException(string message)
: base(message)
{
}
}
}
@@ -0,0 +1,17 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x0200000A RID: 10
internal class AttributeAttribute : Attribute
{
// Token: 0x04000010 RID: 16
public string Name;
// Token: 0x04000011 RID: 17
public string RVA;
// Token: 0x04000012 RID: 18
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000009 RID: 9
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x0400000F RID: 15
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x0200000B RID: 11
internal class MetadataOffsetAttribute : Attribute
{
// Token: 0x04000013 RID: 19
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x0200000C RID: 12
internal class TokenAttribute : Attribute
{
// Token: 0x04000014 RID: 20
public string Token;
}
}
@@ -0,0 +1,4 @@
using System;
using System.Reflection;
[assembly: AssemblyVersion("0.0.0.0")]
@@ -0,0 +1,68 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{6964D65D-0CBB-4C42-A997-2E6589744D55}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>SA.Foundation.Network</RootNamespace>
<AssemblyName>SA.Foundation.Network</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoStdLib>true</NoStdLib>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoStdLib>true</NoStdLib>
</PropertyGroup>
<ItemGroup />
<ItemGroup>
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
<Compile Include="Cpp2IlInjected\AddressAttribute.cs" />
<Compile Include="Cpp2IlInjected\AnalysisFailedException.cs" />
<Compile Include="Cpp2IlInjected\AttributeAttribute.cs" />
<Compile Include="Cpp2IlInjected\FieldOffsetAttribute.cs" />
<Compile Include="Cpp2IlInjected\MetadataOffsetAttribute.cs" />
<Compile Include="Cpp2IlInjected\TokenAttribute.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Web\SA_CachedRequestsFactory.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\mscorlib\mscorlib.csproj">
<Project>{6964d65d-0cbb-4c42-a997-2e6589744d25}</Project>
<Name>mscorlib</Name>
</ProjectReference>
<ProjectReference Include="..\UnityEngine.AudioModule\UnityEngine.AudioModule.csproj">
<Project>{6964d65d-0cbb-4c42-a997-2e6589744d7a}</Project>
<Name>UnityEngine.AudioModule</Name>
</ProjectReference>
<ProjectReference Include="..\UnityEngine.CoreModule\UnityEngine.CoreModule.csproj">
<Project>{6964d65d-0cbb-4c42-a997-2e6589744d7c}</Project>
<Name>UnityEngine.CoreModule</Name>
</ProjectReference>
<ProjectReference Include="..\UnityEngine.UnityWebRequestModule\UnityEngine.UnityWebRequestModule.csproj">
<Project>{6964d65d-0cbb-4c42-a997-2e6589744d98}</Project>
<Name>UnityEngine.UnityWebRequestModule</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
@@ -0,0 +1,65 @@
using System;
using System.Collections;
using System.Collections.Generic;
using Cpp2IlInjected;
using UnityEngine;
using UnityEngine.Networking;
namespace SA.Foundation.Network.Web
{
// Token: 0x02000002 RID: 2
[Token(Token = "0x2000002")]
public static class SA_CachedRequestsFactory
{
// Token: 0x06000001 RID: 1 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000001")]
[Address(RVA = "0x38C29A0", Offset = "0x38C17A0", VA = "0x1838C29A0")]
public static void Get(string uri, Action<UnityWebRequest> callback)
{
}
// Token: 0x06000002 RID: 2 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000002")]
[Address(RVA = "0x38C28E0", Offset = "0x38C16E0", VA = "0x1838C28E0")]
public static void GetTexture2D(string uri, Action<Texture2D> callback)
{
}
// Token: 0x06000003 RID: 3 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000003")]
[Address(RVA = "0x38C2820", Offset = "0x38C1620", VA = "0x1838C2820")]
public static void GetAudioClip(string uri, Action<AudioClip> callback)
{
}
// Token: 0x06000004 RID: 4 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000004")]
[Address(RVA = "0x38C27B0", Offset = "0x38C15B0", VA = "0x1838C27B0")]
public static void ClearCache()
{
}
// Token: 0x06000005 RID: 5 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000005")]
[Address(RVA = "0x38C2C40", Offset = "0x38C1A40", VA = "0x1838C2C40")]
private static void SendRequest(UnityWebRequest request, Action<UnityWebRequest> callback)
{
}
// Token: 0x06000006 RID: 6 RVA: 0x00002052 File Offset: 0x00000252
[Token(Token = "0x6000006")]
[Address(RVA = "0x38C2BD0", Offset = "0x38C19D0", VA = "0x1838C2BD0")]
private static IEnumerator SendRequestCoroutine(UnityWebRequest request, Action<UnityWebRequest> callback)
{
return null;
}
// Token: 0x04000001 RID: 1
[Token(Token = "0x4000001")]
private static Dictionary<string, UnityWebRequest> m_cache;
// Token: 0x04000002 RID: 2
[Token(Token = "0x4000002")]
private static Dictionary<string, List<Action<UnityWebRequest>>> m_thumbnailLoadQueue;
}
}