Esempio n. 1
0
    public void setStat(RegisteredStat stat)
    {
        this.stat     = stat.stat;
        this.category = stat.category;

        this.updateLabels();
    }
Esempio n. 2
0
 public RegisteredStat(IStatistic stat, EnumStatisticCategory category)
 {
     this.stat     = stat;
     this.category = category;
 }