mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-07 11:14:11 +00:00
format codebase
This commit is contained in:
@@ -6,7 +6,7 @@ EntityTimer::EntityTimer(std::string name, float time) {
|
||||
}
|
||||
|
||||
EntityTimer::~EntityTimer() {
|
||||
|
||||
|
||||
}
|
||||
|
||||
std::string EntityTimer::GetName() {
|
||||
@@ -19,4 +19,4 @@ float EntityTimer::GetTime() {
|
||||
|
||||
void EntityTimer::Update(float deltaTime) {
|
||||
m_Time -= deltaTime;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user