Files
Jan2021-Cpp2Il-Dump/Assembly-CSharp/RecRoom/Core/Controllers/ScreenModes/VehicleScreenPlayerModeConfig.cs
T
2026-04-08 23:40:05 +02:00

22 lines
595 B
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
using UnityEngine;
namespace RecRoom.Core.Controllers.ScreenModes
{
// Token: 0x02002893 RID: 10387
[Token(Token = "0x2002893")]
[CreateAssetMenu]
[StructLayout(3)]
public class VehicleScreenPlayerModeConfig : ScreenPlayerModeConfig<LDEKJIGBOGK, VehicleScreenPlayerModeConfig>
{
// Token: 0x0601228C RID: 74380 RVA: 0x00454C08 File Offset: 0x00452E08
[Token(Token = "0x601228C")]
[Address(RVA = "0x13CA360", Offset = "0x13C8D60", VA = "0x1813CA360")]
public VehicleScreenPlayerModeConfig()
{
}
}
}