コード例 #1
0
ファイル: Tutorial.cs プロジェクト: A-Bun/TypeInTune
 public void EndFirstDay()
 {
     pi.SetTutorialStatus(true);
     tutLetter.song.owned = false;
     SaveToNextScene();
 }