Exemple #1
0
 void DropFocus()
 {
     if (Focus != null)
     {
         Focus.StopInteraction();
         agent.DropTarget();
     }
 }