Exemplo n.º 1
0
Arquivo: Module.cs Projeto: ipo/AGBA
 public virtual void Pulse(PulseArgs args)
 {
 }
Exemplo n.º 2
0
 public override void Pulse(PulseArgs args)
 {
     /*if (!TheBot.IsRunning) TheBot.Start(this);
     RunStatus s = TheBot.Tick(this);
     if (s == RunStatus.Success) TheBot.Start(this);*/
 }