DarkflameServer/dScripts/02_server/Map/njhub/CatapultBaseServer.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
296 B
C
Raw Permalink Normal View History

#pragma once
#include "CppScripts.h"
class CatapultBaseServer : public CppScripts::Script {
public:
void OnNotifyObject(Entity* self, Entity* sender, const std::string& name, int32_t param1 = 0, int32_t param2 = 0) override;
2022-07-28 13:39:57 +00:00
void OnTimerDone(Entity* self, std::string timerName) override;
};