Пример #1
0
 public StepMoveRequest(StepControl player)
     : base(player)
 {
 }
Пример #2
0
 public ForceOutRequest(StepControl ctrl)
     : base(ctrl)
 {
 }
Пример #3
0
 public NewStartTwoTrackRequest(StepControl ctrl)
     : base(ctrl)
 {
 }
Пример #4
0
 public BaseRequest(StepControl ctrl)
 {
     this.ctrl	= ctrl;
 }
Пример #5
0
 public StepMoveRequest(StepControl player) : base(player)
 {
 }
Пример #6
0
 public ForceOutRequest(StepControl ctrl) : base(ctrl)
 {
 }
Пример #7
0
 public NewStartTwoTrackRequest(StepControl ctrl) : base(ctrl)
 {
 }
Пример #8
0
 public BaseRequest(StepControl ctrl)
 {
     this.ctrl = ctrl;
 }