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,18 @@
using System;
using Cpp2IlInjected;
namespace UnityEngine.Rendering.PostProcessing
{
// Token: 0x0200007D RID: 125
[Token(Token = "0x200005C")]
public static class HaltonSeq
{
// Token: 0x060001E4 RID: 484 RVA: 0x00002C40 File Offset: 0x00000E40
[Token(Token = "0x60001BB")]
[Address(RVA = "0x2071C40", Offset = "0x2070A40", VA = "0x182071C40")]
public static float Get(int index, int radix)
{
return 0f;
}
}
}