20 lines
557 B
C#
20 lines
557 B
C#
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()
|
|
{
|
|
}
|
|
}
|
|
}
|