コード例 #1
0
ファイル: GroupEditor.cs プロジェクト: kamilprzyb2/Cards
 public void Save()
 {
     editor.SaveGroup(selected, groupName.text, note.text);
 }