scripts
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RecRoom
|
||||
{
|
||||
// Token: 0x02001C5F RID: 7263
|
||||
[Token(Token = "0x2001C5F")]
|
||||
[StructLayout(3)]
|
||||
public class PsStoreIconHelper : MonoBehaviour
|
||||
{
|
||||
// Token: 0x0600C2C6 RID: 49862 RVA: 0x002DF1B8 File Offset: 0x002DD3B8
|
||||
[Token(Token = "0x600C2C6")]
|
||||
[Address(RVA = "0x3C1210", Offset = "0x3BFC10", VA = "0x1803C1210")]
|
||||
public PsStoreIconHelper()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user