This commit is contained in:
niko
2026-04-08 23:40:05 +02:00
parent d6894bcbc7
commit 18dc73f922
7750 changed files with 1795369 additions and 0 deletions
@@ -0,0 +1,18 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
using UnityEngine.Rendering.PostProcessing;
// Token: 0x02000759 RID: 1881
[Token(Token = "0x2000759")]
[Serializable]
[StructLayout(3)]
public sealed class SampleCountLevelParameter : ParameterOverride<ADDOOPMGONM>
{
// Token: 0x06003672 RID: 13938 RVA: 0x000E3D7C File Offset: 0x000E1F7C
[Token(Token = "0x6003672")]
[Address(RVA = "0x1289340", Offset = "0x1287D40", VA = "0x181289340")]
public SampleCountLevelParameter()
{
}
}