Beispiel #1
0
 public HalflingThief(StealingMethod method)
 {
     this._method = method;
 }
Beispiel #2
0
 public void ChangeMethod(StealingMethod method)
 {
     this._method = method;
 }