DarkflameServer/dScripts/AgImagSmashable.h

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

10 lines
186 B
C
Raw Normal View History

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