ToolTip.SetCost C# (CSharp) Метод

SetCost() публичный Метод

public SetCost ( int cost, bool hasEnoughMoney ) : void
cost int
hasEnoughMoney bool
Результат void
	public void SetCost(int cost, bool hasEnoughMoney) {
		_cost = cost.ToString();
		_hasEnoughMoney = hasEnoughMoney;
	}