Esempio n. 1
0
 public void SetUp(type _type, bool _isCounted, string _fieldName, string[] dropdownOptions, CraftingNodeGfx master, int _counter)
 {
     myNodeMaster = master;
     counter      = _counter;
     isCounted    = _isCounted;
     myType       = _type;
     SetUp(isCounted, _fieldName, dropdownOptions);
 }
Esempio n. 2
0
 public void SetUp(type _type, string[] dropdownOptions, CraftingNodeGfx master, int _counter)
 {
     myNodeMaster = master;
     counter      = _counter;
     SetUp(_type, dropdownOptions);
 }