Files
2026-04-08 23:40:05 +02:00

22 lines
616 B
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
using UnityEngine;
namespace RecRoom.Core.Controllers.ScreenModes
{
// Token: 0x02002887 RID: 10375
[Token(Token = "0x2002887")]
[CreateAssetMenu]
[StructLayout(3)]
public class DrawingSurfaceScreenPlayerModeConfig : ScreenPlayerModeConfig<POLOMEKCJND, DrawingSurfaceScreenPlayerModeConfig>
{
// Token: 0x06012262 RID: 74338 RVA: 0x00454790 File Offset: 0x00452990
[Token(Token = "0x6012262")]
[Address(RVA = "0x13B6530", Offset = "0x13B4F30", VA = "0x1813B6530")]
public DrawingSurfaceScreenPlayerModeConfig()
{
}
}
}