This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 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()
{
}
}
}