DarkflameServer/dScripts/EquipmentScripts/FountainOfImagination.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
155 B
C
Raw Normal View History

#pragma once
#include "ScriptedPowerupSpawner.h"
class FountainOfImagination : public ScriptedPowerupSpawner {
void OnStartup(Entity* self) override;
};