Ejemplo n.º 1
0
 public RecipePanel(PartExchangeUI panel)
 {
     parent     = panel;
     changer    = panel.categories;
     selected   = changer.selected;
     hasChanges = true;
 }
Ejemplo n.º 2
0
        //private TokenPanel tokens;

        public TokenPanel(PartExchangeUI panel)
        {
            parent     = panel;
            hasChanges = true;
        }