22 lines
586 B
C#
22 lines
586 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
using UnityEngine;
|
|
|
|
namespace RecRoom.Core.Controllers.ScreenModes
|
|
{
|
|
// Token: 0x02002889 RID: 10377
|
|
[Token(Token = "0x2002889")]
|
|
[CreateAssetMenu]
|
|
[StructLayout(3)]
|
|
public class MainScreenPlayerModeConfig : ScreenPlayerModeConfig<PNKIOOLIHOA, MainScreenPlayerModeConfig>
|
|
{
|
|
// Token: 0x0601226A RID: 74346 RVA: 0x0045483C File Offset: 0x00452A3C
|
|
[Token(Token = "0x601226A")]
|
|
[Address(RVA = "0x13BB900", Offset = "0x13BA300", VA = "0x1813BB900")]
|
|
public MainScreenPlayerModeConfig()
|
|
{
|
|
}
|
|
}
|
|
}
|