示例#1
0
 public Stat(StatGroup group, bool round) {
     buffs = new Dictionary<StatBuff, StatBuff>();
     this.group = group;
     owner = group.FindOwner();
     round_to_int = round;
 }