mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-19 13:58:14 +00:00
format codebase
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
class NtVentureCannonServer : public CppScripts::Script
|
||||
{
|
||||
public:
|
||||
void OnUse(Entity* self, Entity* user) override;
|
||||
void EnterCannonEnded(Entity* self, Entity* player);
|
||||
void ExitCannonEnded(Entity* self, Entity* player);
|
||||
void UnlockCannonPlayer(Entity* self, Entity* player);
|
||||
void FirePlayer(Entity* self, Entity* player);
|
||||
void OnUse(Entity* self, Entity* user) override;
|
||||
void EnterCannonEnded(Entity* self, Entity* player);
|
||||
void ExitCannonEnded(Entity* self, Entity* player);
|
||||
void UnlockCannonPlayer(Entity* self, Entity* player);
|
||||
void FirePlayer(Entity* self, Entity* player);
|
||||
};
|
||||
|
Reference in New Issue
Block a user