Exemple #1
0
 public ModValue(BpAppearanceModifier mod, int index)
 {
     this.type  = mod.type;
     this.index = index;
 }
Exemple #2
0
 public ModValue(BpAppearanceModifier mod, int value)
 {
     type       = mod.type;
     this.value = value;
 }