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: 0x0200075D RID: 1885
[Token(Token = "0x200075D")]
[Serializable]
[StructLayout(3)]
public sealed class PerPixelNormalSourceParameter : ParameterOverride<KMMMKAILLEA>
{
// Token: 0x06003674 RID: 13940 RVA: 0x000E3DA4 File Offset: 0x000E1FA4
[Token(Token = "0x6003674")]
[Address(RVA = "0x11B55D0", Offset = "0x11B3FD0", VA = "0x1811B55D0")]
public PerPixelNormalSourceParameter()
{
}
}