mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-14 20:18:33 +00:00
Remove empty destructors
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
class EntityTimer {
|
||||
public:
|
||||
EntityTimer(const std::string& name, const float& time);
|
||||
~EntityTimer();
|
||||
|
||||
std::string GetName();
|
||||
float GetTime();
|
||||
|
||||
Reference in New Issue
Block a user