1
This commit is contained in:
parent
e9e2335ab3
commit
471d78ca05
@ -3428,3 +3428,8 @@ void Human::CalcAssists(Human* target)
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void Human::SyncVolume(int slot_id)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
@ -332,6 +332,7 @@ class Human : public Creature
|
|||||||
void RecalcVolume();
|
void RecalcVolume();
|
||||||
void RecalcBaseAttr();
|
void RecalcBaseAttr();
|
||||||
int GetVolume(int slot_id);
|
int GetVolume(int slot_id);
|
||||||
|
void SyncVolume(int slot_id);
|
||||||
void RecoverHp(int inc_hp);
|
void RecoverHp(int inc_hp);
|
||||||
void AddObserver(Human* observer);
|
void AddObserver(Human* observer);
|
||||||
void RemoveObserver(Human* observer);
|
void RemoveObserver(Human* observer);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user