Example #1
0
 public ItemStat(float _baseStat, int _statType)
 {
     this.baseStat = BaseStat.CreateInstance(_baseStat);
     this.statType = (int)_statType;
 }