Ejemplo n.º 1
0
 public void nextAttachment()
 {
     if (MAIN_MENU != null && wheel.wheelElements.Length > 1)
     {
         MAIN_MENU.next();
         if (ATTACHMENTS.Selected().isPassive())
         {
             nextAttachment();
         }
     }
 }