This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,18 @@
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()
{
}
}
}