DarkflameServer/dScripts/EquipmentScripts/StunImmunity.h

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

7 lines
130 B
C
Raw Normal View History

#pragma once
#include "CppScripts.h"
class StunImmunity : public CppScripts::Script {
void OnStartup(Entity* self) override;
};