feat: add force skill using
This commit is contained in:
15
L2BotCore/Domain/DTO/UseSkillParams.h
Normal file
15
L2BotCore/Domain/DTO/UseSkillParams.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include "../Events/EventDispatcher.h"
|
||||
#include "../Logger/Logger.h"
|
||||
|
||||
namespace L2Bot::Domain::DTO
|
||||
{
|
||||
struct UseSkillParams
|
||||
{
|
||||
uint32_t skillId;
|
||||
bool isForced;
|
||||
bool isShiftPressed;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user