mirror of
https://github.com/Squareville/TestEventServer.git
synced 2026-01-01 09:19:31 -06:00
7 lines
149 B
C++
7 lines
149 B
C++
#pragma once
|
|
#include "ScriptedPowerupSpawner.h"
|
|
|
|
class AnvilOfArmor : public ScriptedPowerupSpawner {
|
|
void OnStartup(Entity* self) override;
|
|
};
|