DarkflameServer/dScripts/EquipmentTriggers/TrialFactionArmorServer.h
2025-01-03 16:44:20 -06:00

12 lines
284 B
C++

#ifndef TRIALFACTIONARMORSERVER_
#define TRIALFACTIONARMORSERVER_
#include "CppScripts.h"
class TrialFactionArmorServer : public CppScripts::Script {
public:
void OnFactionTriggerItemEquipped(Entity* itemOwner, LWOOBJID itemObjId) override;
};
#endif //!TRIALFACTIONARMORSERVER_