This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,26 @@
using System;
using System.Runtime.CompilerServices;
using Cpp2IlInjected;
namespace UnityEngine
{
// Token: 0x0200006D RID: 109
[Token(Token = "0x200006D")]
[AttributeUsage(AttributeTargets.Method)]
public class BeforeRenderOrderAttribute : Attribute
{
// Token: 0x1700009B RID: 155
// (get) Token: 0x060002A4 RID: 676 RVA: 0x00003738 File Offset: 0x00001938
[Token(Token = "0x1700009B")]
public int order
{
[Token(Token = "0x60002A4")]
[Address(RVA = "0x40F000", Offset = "0x40E000", VA = "0x18040F000")]
[CompilerGenerated]
get
{
return 0;
}
}
}
}