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