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