This commit is contained in:
niko
2026-04-08 23:40:05 +02:00
parent d6894bcbc7
commit 18dc73f922
7750 changed files with 1795369 additions and 0 deletions
@@ -0,0 +1,34 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
using UnityEngine;
namespace RecRoom.Core.Platforms
{
// Token: 0x020029A2 RID: 10658
[Token(Token = "0x20029A2")]
[StructLayout(3)]
public class HardwareDeactivateObject : HardwareActivateObject
{
// Token: 0x06012A18 RID: 76312 RVA: 0x0047176C File Offset: 0x0046F96C
[Token(Token = "0x6012A18")]
[Address(RVA = "0x19A25C0", Offset = "0x19A0FC0", VA = "0x1819A25C0", Slot = "8")]
protected override bool COLFIMOHHCD(PlatformManager.LDIIFDDCKCN GEHPBFAILKF)
{
if (this.hardwareTypes.Length != 0)
{
bool flag;
return !flag;
}
Debug.LogError("HardwareDeactivateObject requires at least one specified hardware type.");
throw new NullReferenceException();
}
// Token: 0x06012A19 RID: 76313 RVA: 0x004717A0 File Offset: 0x0046F9A0
[Token(Token = "0x6012A19")]
[Address(RVA = "0x19A2660", Offset = "0x19A1060", VA = "0x1819A2660")]
public HardwareDeactivateObject()
{
}
}
}