mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-06-22 14:44:22 +00:00
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
7 lines
156 B
C++
7 lines
156 B
C++
#include "DragonRonin.h"
|
|
|
|
void DragonRonin::OnStartup(Entity* self) {
|
|
self->SetVar<float>(u"suicideTimer", 40.0f);
|
|
CountdownDestroyAI::OnStartup(self);
|
|
}
|