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
+26
View File
@@ -0,0 +1,26 @@
using System;
using System.Runtime.InteropServices;
using AGUI.Inputs;
using Cpp2IlInjected;
using RecRoom;
// Token: 0x02001A11 RID: 6673
[Token(Token = "0x2001A11")]
[StructLayout(3)]
public static class NFDMMDJFFKD
{
// Token: 0x0600B3A7 RID: 45991 RVA: 0x002A3580 File Offset: 0x002A1780
[Token(Token = "0x600B3A7")]
[Address(RVA = "0x138F170", Offset = "0x138DB70", VA = "0x18138F170")]
public static bool OFFLAOOMOMP(this KeyboardInputField.GPBKFCFOEFJ MKLJGNJJEJK, string PAANJCAOOAG)
{
if (MKLJGNJJEJK == KeyboardInputField.GPBKFCFOEFJ.Submit)
{
return true;
}
if (MKLJGNJJEJK == KeyboardInputField.GPBKFCFOEFJ.Submit_DismissWhenEmpty)
{
return !PAANJCAOOAG.IsNullOrEmpty();
}
}
}