refactor: use references where possible

This commit is contained in:
k0t9i
2023-01-24 00:05:06 +04:00
parent e127d94902
commit e6e20a1e08
4 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ public:
return std::string(name);
}
const std::vector<int32_t> GetSkillInfo() const
const std::vector<int32_t>& GetSkillInfo() const
{
return m_SkillInfo;
}