mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-21 23:08:07 +00:00
format codebase
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
#include "CppScripts.h"
|
||||
|
||||
class FvCandle : public CppScripts::Script
|
||||
class FvCandle : public CppScripts::Script
|
||||
{
|
||||
public:
|
||||
void OnStartup(Entity* self);
|
||||
@@ -11,4 +11,4 @@ private:
|
||||
void BlowOutCandle(Entity* self, Entity* blower);
|
||||
|
||||
static std::vector<int32_t> m_Missions;
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user