mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-23 15:58:08 +00:00
format codebase
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
#include "CppScripts.h"
|
||||
|
||||
class VeBricksampleServer : public CppScripts::Script {
|
||||
void OnUse(Entity *self, Entity *user) override;
|
||||
const std::u16string m_LootVariable = u"Loot";
|
||||
void OnUse(Entity* self, Entity* user) override;
|
||||
const std::u16string m_LootVariable = u"Loot";
|
||||
};
|
||||
|
Reference in New Issue
Block a user