Ejemplo n.º 1
0
 public static void Interact(GUnit u)
 {
     if (u != null)
     {
         GContext.Main.EnableCursorHook();
         u.Interact();
         GContext.Main.DisableCursorHook();
     }
 }