Example #1
0
 public void BotMotionEnable()
 {
     ToggleButtonMotionEnable?.RightButtonDown();
 }
Example #2
0
 public void BotMotionDisable()
 {
     ToggleButtonMotionEnable?.LeftButtonDown();
 }