mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-06-22 14:44:22 +00:00
use float
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "DragonRonin.h"
|
||||
|
||||
void DragonRonin::OnStartup(Entity* self) {
|
||||
self->SetVar<float>(u"suicideTimer", 40);
|
||||
self->SetVar<float>(u"suicideTimer", 40.0f);
|
||||
CountdownDestroyAI::OnStartup(self);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user