Files
2026-04-08 23:40:05 +02:00

21 lines
484 B
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace RecRoom.Consumable
{
// Token: 0x0200212B RID: 8491
[Token(Token = "0x200212B")]
[Serializable]
[StructLayout(3)]
public class GenericConsumableInfo : ConsumableInfo
{
// Token: 0x0600EA3F RID: 59967 RVA: 0x003786B8 File Offset: 0x003768B8
[Token(Token = "0x600EA3F")]
[Address(RVA = "0x3D4170", Offset = "0x3D2B70", VA = "0x1803D4170")]
public GenericConsumableInfo()
{
}
}
}