Beispiel #1
0
 public Impairment(ImpairmentType t, float s)
 {
     this.type     = t;
     this.strength = s;
 }
Beispiel #2
0
 public void setType(ImpairmentType t)
 {
     this.type = t;
 }
Beispiel #3
0
 public Impairment()
 {
     this.type     = ImpairmentType.NULL;
     this.strength = -99.0f;
 }