Ejemplo n.º 1
0
 void DisplayItem(ItemDisplayUI display, Item item)
 {
     display.Enable();
     display.UpdateDisplay(item);
 }