mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 15:17:46 +00:00
cleanup unused getClassAsInt function
This commit is contained in:
parent
d8a1c751fd
commit
c17de516c7
2 changed files with 0 additions and 8 deletions
|
@ -108,12 +108,6 @@ Sapphire::Common::ClassJob Sapphire::Entity::Chara::getClass() const
|
||||||
return m_class;
|
return m_class;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*! \return current class or job as int32_t ( this feels pointless ) */
|
|
||||||
uint8_t Sapphire::Entity::Chara::getClassAsInt() const
|
|
||||||
{
|
|
||||||
return static_cast< uint8_t >( m_class );
|
|
||||||
}
|
|
||||||
|
|
||||||
/*! \param ClassJob to set */
|
/*! \param ClassJob to set */
|
||||||
void Sapphire::Entity::Chara::setClass( Common::ClassJob classJob )
|
void Sapphire::Entity::Chara::setClass( Common::ClassJob classJob )
|
||||||
{
|
{
|
||||||
|
|
|
@ -180,8 +180,6 @@ namespace Sapphire::Entity
|
||||||
|
|
||||||
Common::ClassJob getClass() const;
|
Common::ClassJob getClass() const;
|
||||||
|
|
||||||
uint8_t getClassAsInt() const;
|
|
||||||
|
|
||||||
void setClass( Common::ClassJob classJob );
|
void setClass( Common::ClassJob classJob );
|
||||||
|
|
||||||
void setTargetId( uint64_t targetId );
|
void setTargetId( uint64_t targetId );
|
||||||
|
|
Loading…
Add table
Reference in a new issue