scripts
This commit is contained in:
@@ -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()
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user