Exemple #1
0
 public Bounus(Bounus b)
 {
     this.bounus_type    = b.bounus_type;
     this.condiction     = b.condiction;
     this.stats_bounus   = b.stats_bounus;
     this.passive_bounus = b.passive_bounus;
     this.CachedPassive  = null;
 }
Exemple #2
0
 public Bounus()
 {
     bounus_type = BounusType.Stats;
     condiction  = 0;
 }