Exemple #1
0
 public void AddList(List <ItemColor> keys)
 {
     this.keys = keys;
     itemGUI.UpdateList(keys);         // update ui
 }