mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 09:48:20 +00:00
ff0336793c
several summons use this script to be immune to stuns
7 lines
130 B
C++
7 lines
130 B
C++
#pragma once
|
|
#include "CppScripts.h"
|
|
|
|
class StunImmunity : public CppScripts::Script {
|
|
void OnStartup(Entity* self) override;
|
|
};
|