Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

20 lines
559 B
C#

using System;
using Cpp2IlInjected;
using UnityEngine;
namespace RecRoom.Core.Controllers.ScreenModes
{
// Token: 0x02002E80 RID: 11904
[Token(Token = "0x2002E80")]
[CreateAssetMenu]
public class DrawingSurfaceScreenPlayerModeConfig : ScreenPlayerModeConfig<POLOMEKCJND, DrawingSurfaceScreenPlayerModeConfig>
{
// Token: 0x06014164 RID: 82276 RVA: 0x004A4D00 File Offset: 0x004A2F00
[Token(Token = "0x6014164")]
[Address(RVA = "0x17E7100", Offset = "0x17E6100", VA = "0x1817E7100")]
public DrawingSurfaceScreenPlayerModeConfig()
{
}
}
}