66 lines
2.1 KiB
C#
66 lines
2.1 KiB
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace RecRoom.Systems.PlayerRoles.UI.Game
|
|
{
|
|
// Token: 0x020023AB RID: 9131
|
|
[Token(Token = "0x20023AB")]
|
|
public class IntGameRolePermissionEditable : IntRolePermissionEditable<CMDADAAOBHD, GameRole.CDLENKNFHEB, GameRole>
|
|
{
|
|
// Token: 0x170024D5 RID: 9429
|
|
// (get) Token: 0x0600E82B RID: 59435 RVA: 0x00354A2C File Offset: 0x00352C2C
|
|
[Token(Token = "0x170024D5")]
|
|
internal override GMBIJNPEBJF AIIGEMKJLMD
|
|
{
|
|
[Token(Token = "0x600E82B")]
|
|
[Address(RVA = "0x4242C0", Offset = "0x4232C0", VA = "0x1804242C0", Slot = "4")]
|
|
get
|
|
{
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600E82C RID: 59436 RVA: 0x00354A3C File Offset: 0x00352C3C
|
|
[Token(Token = "0x600E82C")]
|
|
[Address(RVA = "0x1A66000", Offset = "0x1A65000", VA = "0x181A66000", 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: 0x0600E82D RID: 59437 RVA: 0x00354A84 File Offset: 0x00352C84
|
|
[Token(Token = "0x600E82D")]
|
|
[Address(RVA = "0x188CAE0", Offset = "0x188BAE0", VA = "0x18188CAE0", Slot = "9")]
|
|
protected override bool BPCHDIDOFKE(GameRole.CDLENKNFHEB KFMINBPBKAM)
|
|
{
|
|
return KFMINBPBKAM != GameRole.CDLENKNFHEB.INVALID;
|
|
}
|
|
|
|
// Token: 0x0600E82E RID: 59438 RVA: 0x00354A98 File Offset: 0x00352C98
|
|
[Token(Token = "0x600E82E")]
|
|
[Address(RVA = "0x1A66130", Offset = "0x1A65130", VA = "0x181A66130", Slot = "12")]
|
|
protected override bool FDIFOCAGCFI(CMDADAAOBHD BGHHFOOBFMA, GameRole.CDLENKNFHEB KFMINBPBKAM, bool PPEMHAIEECM, object OHFMPKJCLKH)
|
|
{
|
|
PlayerGameRoleManager instance = PlayerGameRoleManager.ONCPNMDGGKG;
|
|
bool flag;
|
|
return flag;
|
|
}
|
|
|
|
// Token: 0x0600E82F RID: 59439 RVA: 0x00354AB4 File Offset: 0x00352CB4
|
|
[Token(Token = "0x600E82F")]
|
|
[Address(RVA = "0x1A661C0", Offset = "0x1A651C0", VA = "0x181A661C0")]
|
|
public IntGameRolePermissionEditable()
|
|
{
|
|
}
|
|
}
|
|
}
|