public bool ApplyChangeToWallet(int delta) { Wallet.ApplyChange(delta); OnInventoryChanged.Invoke(); return(true); }