mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-20 06:18:11 +00:00
format codebase
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
class VeMissionConsole : public CppScripts::Script {
|
||||
public:
|
||||
void OnUse(Entity *self, Entity *user) override;
|
||||
void OnUse(Entity* self, Entity* user) override;
|
||||
private:
|
||||
const std::u16string m_NumberVariable = u"num";
|
||||
const std::u16string m_NumberVariable = u"num";
|
||||
};
|
||||
|
Reference in New Issue
Block a user