Remove empty destructors

This commit is contained in:
EmosewaMC
2023-06-15 02:32:30 -07:00
parent 4d57eff946
commit 35e5d8497b
4 changed files with 0 additions and 10 deletions

View File

@@ -5,7 +5,6 @@
class EntityTimer {
public:
EntityTimer(const std::string& name, const float& time);
~EntityTimer();
std::string GetName();
float GetTime();