mirror of
https://github.com/DarkflameUniverse/DarkflameServer
synced 2024-08-30 18:43:58 +00:00
add stun immunity script (#1015)
several summons use this script to be immune to stuns
This commit is contained in:
6
dScripts/EquipmentScripts/StunImmunity.h
Normal file
6
dScripts/EquipmentScripts/StunImmunity.h
Normal file
@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
#include "CppScripts.h"
|
||||
|
||||
class StunImmunity : public CppScripts::Script {
|
||||
void OnStartup(Entity* self) override;
|
||||
};
|
Reference in New Issue
Block a user