mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-16 13:08:31 +00:00
format codebase
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
class NtImagBeamBuffer : public CppScripts::Script
|
||||
{
|
||||
public:
|
||||
void OnStartup(Entity* self) override;
|
||||
void OnProximityUpdate(Entity* self, Entity* entering, std::string name, std::string status) override;
|
||||
void OnTimerDone(Entity* self, std::string timerName) override;
|
||||
void OnStartup(Entity* self) override;
|
||||
void OnProximityUpdate(Entity* self, Entity* entering, std::string name, std::string status) override;
|
||||
void OnTimerDone(Entity* self, std::string timerName) override;
|
||||
|
||||
private:
|
||||
std::vector<LWOOBJID> m_EntitiesInProximity = {};
|
||||
std::vector<LWOOBJID> m_EntitiesInProximity = {};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user