mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-06-26 16:37:46 +00:00
Remove unused method
This commit is contained in:
parent
ff0a1c8be0
commit
cf32d4fe4d
1 changed files with 0 additions and 2 deletions
|
@ -23,8 +23,6 @@ public:
|
||||||
|
|
||||||
std::unordered_map< Common::ParamModifier, int32_t >& getModifiers();
|
std::unordered_map< Common::ParamModifier, int32_t >& getModifiers();
|
||||||
|
|
||||||
void setModifiers( std::vector< World::Action::StatusModifier > modifiers );
|
|
||||||
|
|
||||||
void setModifier( Common::ParamModifier paramModifier, int32_t value );
|
void setModifier( Common::ParamModifier paramModifier, int32_t value );
|
||||||
|
|
||||||
void delModifier( Common::ParamModifier paramModifier );
|
void delModifier( Common::ParamModifier paramModifier );
|
||||||
|
|
Loading…
Add table
Reference in a new issue