F4MP/codigos originales/tiltedcode/Code/client/Events/RemoveSpellEvent.h
2026-01-06 18:53:59 +01:00

9 lines
127 B
C

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