Exemplo n.º 1
0
    public void Display(Need need)
    {
        this.need = need;

        Label.text = need.Name;

        DurationSlider.value = need.PercentDuration();
    }