Beispiel #1
0
 /// <summary>
 ///     Stops the gate camp execute.
 /// </summary>
 private void StopGateCampExecute()
 {
     GateCamping.Run(BotState.Idle);
 }
Beispiel #2
0
 /// <summary>
 ///     Refreshes the grid entities continously execute.
 /// </summary>
 private void RunGateCampExecute()
 {
     GateCamping.Run(BotState.Active);
 }
Beispiel #3
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="Gate2CampViewModel" /> class.
 /// </summary>
 public Gate2CampViewModel()
 {
     GateCamping = new GateCamping();
 }