Ejemplo n.º 1
0
 public SwapHandsCommandHandler(IBuildGetter buildGetter)
 {
     this.buildGetter = buildGetter;
 }
Ejemplo n.º 2
0
 public DoNothingCommandHandler(IBuildGetter buildGetter)
 {
     this.buildGetter = buildGetter;
 }
 public StealOmniumCommandHandler(IBuildGetter buildGetter)
 {
     this.buildGetter = buildGetter;
 }