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
+16
View File
@@ -0,0 +1,16 @@
using System;
using Cpp2IlInjected;
using UnityEngine;
// Token: 0x02000009 RID: 9
[Token(Token = "0x2000008")]
public static class SA_Extensions_Renderer
{
// Token: 0x06000024 RID: 36 RVA: 0x000020D0 File Offset: 0x000002D0
[Token(Token = "0x6000022")]
[Address(RVA = "0x3711290", Offset = "0x3710090", VA = "0x183711290")]
public static bool IsVisibleFrom(this Renderer renderer, Camera camera)
{
return default(bool);
}
}