scripts
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using RRUI.Data;
|
||||
|
||||
// Token: 0x02000A15 RID: 2581
|
||||
[Token(Token = "0x2000A15")]
|
||||
[StructLayout(3)]
|
||||
public static class CLMFLBGNKEI
|
||||
{
|
||||
// Token: 0x060042E7 RID: 17127 RVA: 0x00107AF0 File Offset: 0x00105CF0
|
||||
[Token(Token = "0x60042E7")]
|
||||
[Address(RVA = "0x1CEC4B0", Offset = "0x1CEAEB0", VA = "0x181CEC4B0")]
|
||||
public static bool NHKEAJGMBJB(this ModelBase PDPLCAPLMEL)
|
||||
{
|
||||
Router componentInParent = PDPLCAPLMEL.gameObject.GetComponentInParent<Router>();
|
||||
int num = 0;
|
||||
return componentInParent != num;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user