mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-06-22 14:44:22 +00:00
7 lines
153 B
C++
7 lines
153 B
C++
#include "DragonRonin.h"
|
|
|
|
void DragonRonin::OnStartup(Entity* self) {
|
|
self->SetVar<float>(u"suicideTimer", 40);
|
|
CountdownDestroyAI::OnStartup(self);
|
|
}
|