DarkflameServer/dScripts/ImaginationBackpackHealServer.h

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

7 lines
199 B
C
Raw Normal View History

#pragma once
#include "CppScripts.h"
class ImaginationBackpackHealServer : public CppScripts::Script {
void OnSkillEventFired(Entity* self, Entity* caster, const std::string& message) override;
};