DarkflameServer/dScripts/CatapultBouncerServer.h

8 lines
171 B
C
Raw Normal View History

#pragma once
#include "CppScripts.h"
class CatapultBouncerServer : public CppScripts::Script {
public:
2022-07-28 13:39:57 +00:00
void OnRebuildComplete(Entity* self, Entity* target) override;
};