/// <summary> /// If the ant has no assigned tasks, it waits for new tasks. This method /// is called to inform you that it is waiting. /// Read more: "http://wiki.antme.net/en/API1:Waiting" /// </summary> public override void Waiting() { // Call behavior behavior.Waiting(); }