mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-20 14:28:07 +00:00
format codebase
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
class NtDirtCloudServer : public CppScripts::Script
|
||||
{
|
||||
public:
|
||||
void OnStartup(Entity* self) override;
|
||||
void OnSkillEventFired(Entity* self, Entity* caster, const std::string& message) override;
|
||||
void OnStartup(Entity* self) override;
|
||||
void OnSkillEventFired(Entity* self, Entity* caster, const std::string& message) override;
|
||||
|
||||
private:
|
||||
static std::map<std::string, std::vector<int32_t>> m_Missions;
|
||||
static std::map<std::string, std::vector<int32_t>> m_Missions;
|
||||
};
|
||||
|
Reference in New Issue
Block a user