scripts
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Text;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RecRoom.Core.Creation.Circuits
|
||||
{
|
||||
// Token: 0x02002C41 RID: 11329
|
||||
[Token(Token = "0x2002C41")]
|
||||
[StructLayout(3)]
|
||||
public class UGCSpawnedObject : MonoBehaviour, EOCLMMENCKH
|
||||
{
|
||||
// Token: 0x17003536 RID: 13622
|
||||
// (get) Token: 0x06013EC2 RID: 81602 RVA: 0x004C790C File Offset: 0x004C5B0C
|
||||
[Token(Token = "0x17003536")]
|
||||
public bool JBMFJOBFJHP
|
||||
{
|
||||
[Token(Token = "0x6013EC2")]
|
||||
[Address(RVA = "0x4405A0", Offset = "0x43EFA0", VA = "0x1804405A0", Slot = "4")]
|
||||
get
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06013EC3 RID: 81603 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x6013EC3")]
|
||||
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60", Slot = "5")]
|
||||
public void DeserializeFrom(KPNDFONGDGF HFBJGCHOANH)
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x06013EC4 RID: 81604 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x6013EC4")]
|
||||
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60", Slot = "6")]
|
||||
public void SerializeTo(ref PDEKIHFJKHJ IABNDBNHMKF, ref MKNCHKCCIHK NHFINJNIPGK, StringBuilder BIPOIFGEMGB)
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x06013EC5 RID: 81605 RVA: 0x004C791C File Offset: 0x004C5B1C
|
||||
[Token(Token = "0x6013EC5")]
|
||||
[Address(RVA = "0x3C1210", Offset = "0x3BFC10", VA = "0x1803C1210")]
|
||||
public UGCSpawnedObject()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user