scripts
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user