DarkflameServer/dScripts/ai/GF/PetDigBuild.h

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

10 lines
198 B
C
Raw Normal View History

#pragma once
#include "CppScripts.h"
class PetDigBuild : public CppScripts::Script
{
public:
void OnQuickBuildComplete(Entity* self, Entity* target);
void OnDie(Entity* self, Entity* killer);
};