mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-06-22 14:44:22 +00:00
8 lines
145 B
C++
8 lines
145 B
C++
#pragma once
|
|
#include "CountdownDestroyAI.h"
|
|
|
|
class DragonRonin : public CountdownDestroyAI {
|
|
public:
|
|
void OnStartup(Entity* self) override;
|
|
};
|