mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-09 20:24:16 +00:00
format codebase
This commit is contained in:
@@ -13,11 +13,11 @@
|
||||
*/
|
||||
class ScriptedPowerupSpawner : public CppScripts::Script {
|
||||
public:
|
||||
/**
|
||||
* Called by the child script after on startup
|
||||
* \param self the object this script belongs to
|
||||
*/
|
||||
static void OnTemplateStartup(Entity* self);
|
||||
void OnTimerDone(Entity* self, std::string message) override;
|
||||
/**
|
||||
* Called by the child script after on startup
|
||||
* \param self the object this script belongs to
|
||||
*/
|
||||
static void OnTemplateStartup(Entity* self);
|
||||
void OnTimerDone(Entity* self, std::string message) override;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user