Rename CanRepairWithItem to CanRepairWithRawMaterial and rename Size() to Count()
This commit is contained in:
@@ -83,7 +83,7 @@ void cEnchantments::AddFromString(const AString & a_StringSpec)
|
||||
|
||||
|
||||
|
||||
size_t cEnchantments::Size(void)
|
||||
size_t cEnchantments::Count(void)
|
||||
{
|
||||
return m_Enchantments.size();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user