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