This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,19 @@
using System;
using Cpp2IlInjected;
using UnityEngine;
namespace RecRoom.Core.Controllers.ScreenModes
{
// Token: 0x02002D97 RID: 11671
[Token(Token = "0x2002D97")]
[CreateAssetMenu]
public class DrawingSurfaceScreenPlayerModeConfig : ScreenPlayerModeConfig<POLOMEKCJND, DrawingSurfaceScreenPlayerModeConfig>
{
// Token: 0x06013D1E RID: 81182 RVA: 0x0049AF9C File Offset: 0x0049919C
[Token(Token = "0x6013D1E")]
[Address(RVA = "0xC98110", Offset = "0xC96F10", VA = "0x180C98110")]
public DrawingSurfaceScreenPlayerModeConfig()
{
}
}
}