mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-01-09 22:37:07 +00:00
7 lines
155 B
C++
7 lines
155 B
C++
#pragma once
|
|
#include "ScriptedPowerupSpawner.h"
|
|
|
|
class FountainOfImagination : public ScriptedPowerupSpawner {
|
|
void OnStartup(Entity* self) override;
|
|
};
|