2022-08-06 03:01:59 +00:00
|
|
|
#pragma once
|
2021-12-05 17:54:36 +00:00
|
|
|
#include "CppScripts.h"
|
|
|
|
|
|
|
|
class GfBananaCluster final : public CppScripts::Script
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
void OnStartup(Entity* self) override;
|
|
|
|
|
|
|
|
void OnTimerDone(Entity* self, std::string timerName) override;
|
|
|
|
};
|