This commit is contained in:
郑佩茹
2022-03-23 08:47:32 -06:00
9 changed files with 539 additions and 7 deletions

View File

@@ -1976,6 +1976,7 @@ public:
void BuildPlayerRepop();
void RepopAtGraveyard();
void SendDurabilityLoss();
void DurabilityLossAll(double percent, bool inventory);
void DurabilityLoss(Item* item, double percent);
void DurabilityPointsLossAll(int32 points, bool inventory);