This commit is contained in:
niko
2026-04-08 23:40:05 +02:00
parent d6894bcbc7
commit 18dc73f922
7750 changed files with 1795369 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
using TMPro;
using UnityEngine.UI;
// Token: 0x02000609 RID: 1545
[Token(Token = "0x2000609")]
[StructLayout(3)]
public static class BNIKNNLCAEL
{
// Token: 0x06002D7B RID: 11643 RVA: 0x000BE344 File Offset: 0x000BC544
[Token(Token = "0x6002D7B")]
[Address(RVA = "0x1A1EA30", Offset = "0x1A1D430", VA = "0x181A1EA30")]
public static float CCOFEOGJKLF(this TextMeshPro NMELNILPPKN)
{
((IMaskable)NMELNILPPKN).RecalculateMasking();
throw new NullReferenceException();
}
}