mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-06 10:44:08 +00:00
format codebase
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
|
||||
class BaseWavesGenericEnemy : public CppScripts::Script {
|
||||
public:
|
||||
void OnStartup(Entity *self) override;
|
||||
void OnDie(Entity *self, Entity *killer) override;
|
||||
void OnStartup(Entity* self) override;
|
||||
void OnDie(Entity* self, Entity* killer) override;
|
||||
protected:
|
||||
virtual uint32_t GetPoints() { return 0; };
|
||||
virtual uint32_t GetPoints() { return 0; };
|
||||
};
|
||||
|
Reference in New Issue
Block a user