scripts
This commit is contained in:
@@ -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()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user