mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-28 20:27:46 +00:00
fix
This commit is contained in:
parent
5ff8965ed5
commit
ffb1a83494
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ public:
|
||||||
|
|
||||||
void execute() override;
|
void execute() override;
|
||||||
|
|
||||||
void interrupt( Common::ActionInterruptType type = Common::ActionInterruptType::None) override;
|
void interrupt( Common::ActionInterruptType type = Common::ActionInterruptType::RegularInterrupt ) override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
uint32_t m_eventId;
|
uint32_t m_eventId;
|
||||||
|
|
|
@ -22,7 +22,7 @@ namespace Sapphire::World::Action
|
||||||
|
|
||||||
void execute() override;
|
void execute() override;
|
||||||
|
|
||||||
void interrupt( Common::ActionInterruptType type = Common::ActionInterruptType::None ) override;
|
void interrupt( Common::ActionInterruptType type = Common::ActionInterruptType::RegularInterrupt ) override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void handleVFXItem();
|
void handleVFXItem();
|
||||||
|
|
Loading…
Add table
Reference in a new issue