This commit is contained in:
niko
2026-04-08 23:40:05 +02:00
parent d6894bcbc7
commit 18dc73f922
7750 changed files with 1795369 additions and 0 deletions
@@ -0,0 +1,36 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
using RecRoom.Core.Powerups;
namespace RecRoom.Activities.Quest.Goblin2
{
// Token: 0x0200275B RID: 10075
[Token(Token = "0x200275B")]
[StructLayout(3)]
public class QuestDamagePowerup : Powerup
{
// Token: 0x06011977 RID: 72055 RVA: 0x004310E4 File Offset: 0x0042F2E4
[Token(Token = "0x6011977")]
[Address(RVA = "0x110C6D0", Offset = "0x110B0D0", VA = "0x18110C6D0", Slot = "13")]
protected override void Awake()
{
base.Awake();
}
// Token: 0x06011978 RID: 72056 RVA: 0x004310F8 File Offset: 0x0042F2F8
[Token(Token = "0x6011978")]
[Address(RVA = "0x110C6E0", Offset = "0x110B0E0", VA = "0x18110C6E0", Slot = "14")]
protected override void OnDestroy()
{
base.OnDestroy();
}
// Token: 0x06011979 RID: 72057 RVA: 0x0043110C File Offset: 0x0042F30C
[Token(Token = "0x6011979")]
[Address(RVA = "0x110C6F0", Offset = "0x110B0F0", VA = "0x18110C6F0")]
public QuestDamagePowerup()
{
}
}
}