void OnCourtCaseEvent(CourtCaseEvent e) { if (EvictionOrder) { float settlement = Rent * 4f; Purse.wealth -= settlement; Debug.Log("Case settled for $" + settlement.ToString()); CompleteEviction(); } }
void OnCourtCaseEvent(CourtCaseEvent e) { Show("Case settled for $", info); }