30 using System.Collections.Generic;
32 using pCampBot.Interfaces;
49 Bot.Client.Self.Jump(
false);
50 Bot.Client.Self.Movement.Stop =
true;
51 m_interruptEvent.WaitOne();
52 Bot.Client.Self.Movement.Stop =
false;
57 m_interruptEvent.Set();
override void Action()
Action to take when this behaviour is invoked.
string AbbreviatedName
Abbreviated name of this behaviour.
override void Interrupt()
Interrupt the behaviour.