DarkflameServer/dScripts/AmSkeletonEngineer.h

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

10 lines
176 B
C
Raw Normal View History

#pragma once
#include "CppScripts.h"
#include "EnemyNjBuff.h"
class AmSkeletonEngineer : public EnemyNjBuff
{
public:
void OnHit(Entity* self, Entity* attacker) override;
};