20 lines
489 B
C#
20 lines
489 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace RRUI.Data
|
|
{
|
|
// Token: 0x02000A6C RID: 2668
|
|
[Token(Token = "0x2000A6C")]
|
|
[StructLayout(3)]
|
|
public class DynamicPanelHorizontalModel : DynamicPanelModel<LFNGMMDIGKF>
|
|
{
|
|
// Token: 0x0600443D RID: 17469 RVA: 0x00109774 File Offset: 0x00107974
|
|
[Token(Token = "0x600443D")]
|
|
[Address(RVA = "0x1D39340", Offset = "0x1D37D40", VA = "0x181D39340")]
|
|
public DynamicPanelHorizontalModel()
|
|
{
|
|
}
|
|
}
|
|
}
|