mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 22:17:45 +00:00
cleanup incorrect usage of HandleActionType
This commit is contained in:
parent
6a88a6e694
commit
e16995c997
2 changed files with 0 additions and 14 deletions
|
@ -41,16 +41,6 @@ uint32_t Sapphire::Action::Action::getId() const
|
|||
return m_id;
|
||||
}
|
||||
|
||||
Sapphire::Common::HandleActionType Sapphire::Action::Action::getType() const
|
||||
{
|
||||
return m_type;
|
||||
}
|
||||
|
||||
void Sapphire::Action::Action::setType( Sapphire::Common::HandleActionType type )
|
||||
{
|
||||
m_type = type;
|
||||
}
|
||||
|
||||
void Sapphire::Action::Action::setPos( Sapphire::Common::FFXIVARR_POSITION3 pos )
|
||||
{
|
||||
m_pos = pos;
|
||||
|
|
|
@ -24,9 +24,6 @@ namespace Sapphire::Action
|
|||
|
||||
uint32_t getId() const;
|
||||
|
||||
Common::HandleActionType getType() const;
|
||||
void setType( Common::HandleActionType type );
|
||||
|
||||
void setPos( Common::FFXIVARR_POSITION3 pos );
|
||||
Common::FFXIVARR_POSITION3 getPos() const;
|
||||
|
||||
|
@ -94,7 +91,6 @@ namespace Sapphire::Action
|
|||
};
|
||||
|
||||
uint32_t m_id;
|
||||
Common::HandleActionType m_type;
|
||||
|
||||
Common::ActionCostType m_costType;
|
||||
uint16_t m_cost;
|
||||
|
|
Loading…
Add table
Reference in a new issue