24 lines
657 B
C#
24 lines
657 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
using RecRoom.Core.Creation.SceneMoods;
|
|
|
|
// Token: 0x02002D05 RID: 11525
|
|
[Token(Token = "0x2002D05")]
|
|
[StructLayout(3)]
|
|
public static class DHMDLHALLKM
|
|
{
|
|
// Token: 0x0601459B RID: 83355 RVA: 0x004E1B70 File Offset: 0x004DFD70
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
[Token(Token = "0x601459B")]
|
|
[Address(RVA = "0x1BE8610", Offset = "0x1BE7010", VA = "0x181BE8610")]
|
|
static DHMDLHALLKM()
|
|
{
|
|
MoodConfig moodConfig = OIOLECLLCPM.GDJBDCKGDLE<MoodConfig>(0);
|
|
}
|
|
|
|
// Token: 0x0400D9DA RID: 55770
|
|
[Token(Token = "0x400D9DA")]
|
|
public static MoodConfig MFIAFAGNMJN;
|
|
}
|