コード例 #1
0
ファイル: MainMenuView.cs プロジェクト: ClawNarok/MVC
 public void Setup(string txt)
 {
     _txtTitle.text = txt;
     AutoSave.IniciaGame();
 }