DarkflameServer/dScripts/EquipmentScripts/FireFirstSkillonStartup.h

13 lines
271 B
C
Raw Normal View History

#pragma once
#ifndef __FIREFIRSTSKILLONSTARTUP__H__
#define __FIREFIRSTSKILLONSTARTUP__H__
#include "CppScripts.h"
class FireFirstSkillonStartup : public CppScripts::Script {
2022-07-28 13:39:57 +00:00
public:
void OnStartup(Entity* self) override;
};
#endif //!__FIREFIRSTSKILLONSTARTUP__H__