private void dropHeldObject() { EconomyManager EM = TurnManager.instance.currentPlayer().wallet; EM.Add(heldObjectPrice); stopHolding(); }