This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 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()
{
}
}