Exemplo n.º 1
0
 private async Task <bool> Gather()
 {
     return(await InteractWithNode() && await gatherRotation.Prepare(this) && await gatherRotation.ExecuteRotation(this) &&
            await gatherRotation.Gather(this) && await HandleSwingsRemaining() &&
            await Coroutine.Wait(4000, () => !Node.CanGather) && await WaitForGatherWindowToClose());
 }