public void Buy(GearBoughtItem boughtItem) { boughtItem.Buy(_race, quantity: 1); RefreshSyncAvailableGears(); RefreshSyncGear(); RpcBought(boughtItem.gearType); }