scripts
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RecRoom.Core.Controllers.ScreenModes
|
||||
{
|
||||
// Token: 0x02002887 RID: 10375
|
||||
[Token(Token = "0x2002887")]
|
||||
[CreateAssetMenu]
|
||||
[StructLayout(3)]
|
||||
public class DrawingSurfaceScreenPlayerModeConfig : ScreenPlayerModeConfig<POLOMEKCJND, DrawingSurfaceScreenPlayerModeConfig>
|
||||
{
|
||||
// Token: 0x06012262 RID: 74338 RVA: 0x00454790 File Offset: 0x00452990
|
||||
[Token(Token = "0x6012262")]
|
||||
[Address(RVA = "0x13B6530", Offset = "0x13B4F30", VA = "0x1813B6530")]
|
||||
public DrawingSurfaceScreenPlayerModeConfig()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user