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,16 @@
using System;
using Cpp2IlInjected;
using UnityEngine.Rendering.PostProcessing;
// Token: 0x02000744 RID: 1860
[Token(Token = "0x2000744")]
[Serializable]
public sealed class PerPixelNormalSourceParameter : ParameterOverride<KMMMKAILLEA>
{
// Token: 0x060035E1 RID: 13793 RVA: 0x000DE1C4 File Offset: 0x000DC3C4
[Token(Token = "0x60035E1")]
[Address(RVA = "0xA83F90", Offset = "0xA82D90", VA = "0x180A83F90")]
public PerPixelNormalSourceParameter()
{
}
}