mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-20 19:50:12 +00:00
Public release of the DLU server code!
Have fun!
This commit is contained in:
10
dScripts/FvFlyingCreviceDragon.h
Normal file
10
dScripts/FvFlyingCreviceDragon.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include "CppScripts.h"
|
||||
|
||||
class FvFlyingCreviceDragon : public CppScripts::Script
|
||||
{
|
||||
public:
|
||||
void OnStartup(Entity* self) override;
|
||||
void OnTimerDone(Entity* self, std::string timerName) override;
|
||||
void OnArrived(Entity* self);
|
||||
};
|
||||
Reference in New Issue
Block a user