scripts
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using RecRoom.Core;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RecRoom.UI.Touch
|
||||
{
|
||||
// Token: 0x0200252C RID: 9516
|
||||
[Token(Token = "0x200252C")]
|
||||
[StructLayout(3)]
|
||||
public class TouchMenuDialogElement : MonoBehaviour
|
||||
{
|
||||
// Token: 0x06010696 RID: 67222 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x6010696")]
|
||||
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60", Slot = "4")]
|
||||
public virtual void OnUpdate(ScreenPlayerController FINBOONIGDO, Player IEKDDPPNFPF, ScreenHUD PKAKIKHIFNG, LOCNHHPGIAG DBFBLNILIGL)
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x06010697 RID: 67223 RVA: 0x003D975C File Offset: 0x003D795C
|
||||
[Token(Token = "0x6010697")]
|
||||
[Address(RVA = "0x3C1210", Offset = "0x3BFC10", VA = "0x1803C1210")]
|
||||
public TouchMenuDialogElement()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user