19 lines
427 B
C#
19 lines
427 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace RecRoom.Consumable
|
|
{
|
|
// Token: 0x0200231B RID: 8987
|
|
[Token(Token = "0x200231B")]
|
|
[Serializable]
|
|
public class GenericConsumableInfo : ConsumableInfo
|
|
{
|
|
// Token: 0x0600E656 RID: 58966 RVA: 0x0035489C File Offset: 0x00352A9C
|
|
[Token(Token = "0x600E656")]
|
|
[Address(RVA = "0x4093D0", Offset = "0x4081D0", VA = "0x1804093D0")]
|
|
public GenericConsumableInfo()
|
|
{
|
|
}
|
|
}
|
|
}
|