scripts
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace RecRoom.Systems.PlayerRoles.UI.Game
|
||||
{
|
||||
// Token: 0x02002103 RID: 8451
|
||||
[Token(Token = "0x2002103")]
|
||||
[StructLayout(3)]
|
||||
public class IntGameRolePermissionEditable : IntRolePermissionEditable<CMDADAAOBHD, GameRole.CDLENKNFHEB, GameRole>
|
||||
{
|
||||
// Token: 0x170026F9 RID: 9977
|
||||
// (get) Token: 0x0600E961 RID: 59745 RVA: 0x00374F60 File Offset: 0x00373160
|
||||
[Token(Token = "0x170026F9")]
|
||||
internal override GMBIJNPEBJF AIIGEMKJLMD
|
||||
{
|
||||
[Token(Token = "0x600E961")]
|
||||
[Address(RVA = "0x3F8880", Offset = "0x3F7280", VA = "0x1803F8880", Slot = "4")]
|
||||
get
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600E962 RID: 59746 RVA: 0x00374F70 File Offset: 0x00373170
|
||||
[Token(Token = "0x600E962")]
|
||||
[Address(RVA = "0x19BD8B0", Offset = "0x19BC2B0", VA = "0x1819BD8B0", 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: 0x0600E963 RID: 59747 RVA: 0x00374FB8 File Offset: 0x003731B8
|
||||
[Token(Token = "0x600E963")]
|
||||
[Address(RVA = "0x15BCAC0", Offset = "0x15BB4C0", VA = "0x1815BCAC0", Slot = "9")]
|
||||
protected override bool BPCHDIDOFKE(GameRole.CDLENKNFHEB KFMINBPBKAM)
|
||||
{
|
||||
return KFMINBPBKAM != GameRole.CDLENKNFHEB.INVALID;
|
||||
}
|
||||
|
||||
// Token: 0x0600E964 RID: 59748 RVA: 0x00374FCC File Offset: 0x003731CC
|
||||
[Token(Token = "0x600E964")]
|
||||
[Address(RVA = "0x19BD9E0", Offset = "0x19BC3E0", VA = "0x1819BD9E0", Slot = "12")]
|
||||
protected override bool FDIFOCAGCFI(CMDADAAOBHD BGHHFOOBFMA, GameRole.CDLENKNFHEB KFMINBPBKAM, bool PPEMHAIEECM, object OHFMPKJCLKH)
|
||||
{
|
||||
PlayerGameRoleManager instance = PlayerGameRoleManager.ONCPNMDGGKG;
|
||||
bool flag;
|
||||
return flag;
|
||||
}
|
||||
|
||||
// Token: 0x0600E965 RID: 59749 RVA: 0x00374FE8 File Offset: 0x003731E8
|
||||
[Token(Token = "0x600E965")]
|
||||
[Address(RVA = "0x19BDA70", Offset = "0x19BC470", VA = "0x1819BDA70")]
|
||||
public IntGameRolePermissionEditable()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user