mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-20 14:28:07 +00:00
format codebase
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#pragma once
|
||||
#include "CppScripts.h"
|
||||
|
||||
class FvFlyingCreviceDragon : public CppScripts::Script
|
||||
class FvFlyingCreviceDragon : public CppScripts::Script
|
||||
{
|
||||
public:
|
||||
void OnStartup(Entity* self) override;
|
||||
void OnTimerDone(Entity* self, std::string timerName) override;
|
||||
void OnArrived(Entity* self);
|
||||
void OnTimerDone(Entity* self, std::string timerName) override;
|
||||
void OnArrived(Entity* self);
|
||||
};
|
||||
|
Reference in New Issue
Block a user