This commit is contained in:
aozhiwei 2023-03-03 10:15:18 +08:00
parent e9e2335ab3
commit 471d78ca05
2 changed files with 6 additions and 0 deletions

View File

@ -3428,3 +3428,8 @@ void Human::CalcAssists(Human* target)
});
}
}
void Human::SyncVolume(int slot_id)
{
}

View File

@ -332,6 +332,7 @@ class Human : public Creature
void RecalcVolume();
void RecalcBaseAttr();
int GetVolume(int slot_id);
void SyncVolume(int slot_id);
void RecoverHp(int inc_hp);
void AddObserver(Human* observer);
void RemoveObserver(Human* observer);