scripts
This commit is contained in:
+67
@@ -0,0 +1,67 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace RecRoom.Systems.PlayerRoles.UI.Game
|
||||
{
|
||||
// Token: 0x020020FB RID: 8443
|
||||
[Token(Token = "0x20020FB")]
|
||||
[StructLayout(3)]
|
||||
public class FloatGameRolePermissionEditable : FloatRolePermissionEditable<CMDADAAOBHD, GameRole.CDLENKNFHEB, GameRole>
|
||||
{
|
||||
// Token: 0x170026F6 RID: 9974
|
||||
// (get) Token: 0x0600E936 RID: 59702 RVA: 0x0037458C File Offset: 0x0037278C
|
||||
[Token(Token = "0x170026F6")]
|
||||
internal override GMBIJNPEBJF AIIGEMKJLMD
|
||||
{
|
||||
[Token(Token = "0x600E936")]
|
||||
[Address(RVA = "0x3F8880", Offset = "0x3F7280", VA = "0x1803F8880", Slot = "4")]
|
||||
get
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600E937 RID: 59703 RVA: 0x0037459C File Offset: 0x0037279C
|
||||
[Token(Token = "0x600E937")]
|
||||
[Address(RVA = "0x19BAD10", Offset = "0x19B9710", VA = "0x1819BAD10", Slot = "6")]
|
||||
protected override GameRole BGELAIIEFPG(bool GFMEDGILKBH)
|
||||
{
|
||||
PlayerGameRoleManager instance = PlayerGameRoleManager.ONCPNMDGGKG;
|
||||
int num = 0;
|
||||
if (!(instance == num))
|
||||
{
|
||||
if (!GFMEDGILKBH)
|
||||
{
|
||||
return PlayerGameRoleManager.ONCPNMDGGKG.GetRoleDefinition(num);
|
||||
}
|
||||
PlayerGameRoleManager instance2 = PlayerGameRoleManager.ONCPNMDGGKG;
|
||||
}
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0600E938 RID: 59704 RVA: 0x003745E4 File Offset: 0x003727E4
|
||||
[Token(Token = "0x600E938")]
|
||||
[Address(RVA = "0x15BCAC0", Offset = "0x15BB4C0", VA = "0x1815BCAC0", Slot = "9")]
|
||||
protected override bool BPCHDIDOFKE(GameRole.CDLENKNFHEB KFMINBPBKAM)
|
||||
{
|
||||
return KFMINBPBKAM != GameRole.CDLENKNFHEB.INVALID;
|
||||
}
|
||||
|
||||
// Token: 0x0600E939 RID: 59705 RVA: 0x003745F8 File Offset: 0x003727F8
|
||||
[Token(Token = "0x600E939")]
|
||||
[Address(RVA = "0x19BAE40", Offset = "0x19B9840", VA = "0x1819BAE40", Slot = "12")]
|
||||
protected override bool FDIFOCAGCFI(CMDADAAOBHD BGHHFOOBFMA, GameRole.CDLENKNFHEB KFMINBPBKAM, bool PPEMHAIEECM, object OHFMPKJCLKH)
|
||||
{
|
||||
PlayerGameRoleManager instance = PlayerGameRoleManager.ONCPNMDGGKG;
|
||||
bool flag;
|
||||
return flag;
|
||||
}
|
||||
|
||||
// Token: 0x0600E93A RID: 59706 RVA: 0x00374614 File Offset: 0x00372814
|
||||
[Token(Token = "0x600E93A")]
|
||||
[Address(RVA = "0x19BAED0", Offset = "0x19B98D0", VA = "0x1819BAED0")]
|
||||
public FloatGameRolePermissionEditable()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user