DarkflameServer/dScripts/FireFirstSkillonStartup.h
2022-07-28 08:39:57 -05:00

13 lines
271 B
C++

#pragma once
#ifndef __FIREFIRSTSKILLONSTARTUP__H__
#define __FIREFIRSTSKILLONSTARTUP__H__
#include "CppScripts.h"
class FireFirstSkillonStartup : public CppScripts::Script {
public:
void OnStartup(Entity* self) override;
};
#endif //!__FIREFIRSTSKILLONSTARTUP__H__