Sync Items Buy

This commit is contained in:
brausjonas
2023-03-03 23:23:06 +01:00
parent 62ca8b3cef
commit 32f5b49c0d
12 changed files with 94 additions and 65 deletions
@@ -253,4 +253,10 @@ public class PlayablePlayer : Player
{
client.SendEventStopFinished();
}
public new void AddItem(Item item)
{
base.AddItem(item);
client.SendBuyItem(item);
}
}