DarkflameServer/dScripts/FountainOfImagination.h

7 lines
158 B
C
Raw Normal View History

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