コード例 #1
0
ファイル: RecipePanel.cs プロジェクト: JPANv2/RareItemSwap
 public RecipePanel(PartExchangeUI panel)
 {
     parent     = panel;
     changer    = panel.categories;
     selected   = changer.selected;
     hasChanges = true;
 }
コード例 #2
0
ファイル: RecipePanel.cs プロジェクト: JPANv2/RareItemSwap
        //private TokenPanel tokens;

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