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