Ejemplo n.º 1
0
 public void enableAttachment(int attachmentIndex)
 {
     if (MAIN_MENU != null)
     {
         MAIN_MENU.enableSlot(attachmentIndex);
     }
 }