Exemplo n.º 1
0
 public void _ChangeName(string name)
 {
     text.text = name;
     db.collection.decks[index].name = name;
     db.Save();
 }