mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-20 22:38:08 +00:00
format codebase
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
class BaseInteractDropLootServer : public CppScripts::Script
|
||||
{
|
||||
public:
|
||||
virtual void OnUse(Entity* self, Entity* user) override;
|
||||
void BaseUse(Entity* self, Entity* user);
|
||||
virtual void OnUse(Entity* self, Entity* user) override;
|
||||
void BaseUse(Entity* self, Entity* user);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user