scripts
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace RRUI.Data
|
||||
{
|
||||
// Token: 0x02000A6D RID: 2669
|
||||
[Token(Token = "0x2000A6D")]
|
||||
[StructLayout(3)]
|
||||
public class DynamicPanelHorizontalModelController : ModelController<DynamicPanelHorizontalModel>
|
||||
{
|
||||
// Token: 0x0600443E RID: 17470 RVA: 0x00109788 File Offset: 0x00107988
|
||||
[Token(Token = "0x600443E")]
|
||||
[Address(RVA = "0x1D39300", Offset = "0x1D37D00", VA = "0x181D39300")]
|
||||
public DynamicPanelHorizontalModelController()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user