mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-21 23:08:07 +00:00
format codebase
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
class NtBeamImaginationCollectors : public CppScripts::Script
|
||||
{
|
||||
public:
|
||||
void OnStartup(Entity* self) override;
|
||||
int32_t GetRandomNum();
|
||||
void OnTimerDone(Entity* self, std::string timerName) override;
|
||||
void OnStartup(Entity* self) override;
|
||||
int32_t GetRandomNum();
|
||||
void OnTimerDone(Entity* self, std::string timerName) override;
|
||||
|
||||
private:
|
||||
int32_t m_LastRandom = 0;
|
||||
int32_t m_RandMin = 5;
|
||||
int32_t m_RandMax = 15;
|
||||
std::u16string m_FxName = u"beam_collect";
|
||||
int32_t m_LastRandom = 0;
|
||||
int32_t m_RandMin = 5;
|
||||
int32_t m_RandMax = 15;
|
||||
std::u16string m_FxName = u"beam_collect";
|
||||
};
|
||||
|
Reference in New Issue
Block a user