コード例 #1
0
ファイル: TurnOnVent.cs プロジェクト: HGodal/EdutainmentVR
 public void TurnOn()
 {
     if (scoreView.GetScore() == 15)
     {
         ventilation.Play();
         progress.UpdateScore(5);
         progress.WriteInfoText();
     }
 }