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,18 @@
using System;
using Cpp2IlInjected;
namespace UnityEngine.Rendering
{
// Token: 0x0200008D RID: 141
[Token(Token = "0x200005E")]
public static class DelegateUtility
{
// Token: 0x06000383 RID: 899 RVA: 0x000020FA File Offset: 0x000002FA
[Token(Token = "0x60002C4")]
[Address(RVA = "0x25898D0", Offset = "0x25886D0", VA = "0x1825898D0")]
public static Delegate Cast(Delegate source, Type type)
{
return null;
}
}
}