This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,19 @@
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()
{
}
}
}