2021-12-05 17:54:36 +00:00
|
|
|
#pragma once
|
|
|
|
#include "CppScripts.h"
|
|
|
|
|
|
|
|
class CatapultBouncerServer : public CppScripts::Script {
|
|
|
|
public:
|
2023-12-29 04:24:30 +00:00
|
|
|
void OnQuickBuildComplete(Entity* self, Entity* target) override;
|
2021-12-05 17:54:36 +00:00
|
|
|
};
|