F4MP/codigos originales/tiltedcode/Code/client/Events/RemoveSpellEvent.h

10 lines
127 B
C
Raw Normal View History

#pragma once
struct RemoveSpellEvent
{
RemoveSpellEvent() = default;
uint32_t TargetId{};
uint32_t SpellId{};
};