Пример #1
0
 public SwapHandsCommandHandler(IBuildGetter buildGetter)
 {
     this.buildGetter = buildGetter;
 }
Пример #2
0
 public DoNothingCommandHandler(IBuildGetter buildGetter)
 {
     this.buildGetter = buildGetter;
 }
 public StealOmniumCommandHandler(IBuildGetter buildGetter)
 {
     this.buildGetter = buildGetter;
 }