コード例 #1
0
ファイル: ClueListUI.cs プロジェクト: TanookiVerde/Detetive2D
 public void Choose(ClueData cd)
 {
     caller.SelectClue(cd);
     Close();
 }