Jukebox/Sound code cleanup

This commit is contained in:
Jenny Crowe
2022-03-09 20:59:48 -07:00
parent 84c4e8fc9f
commit 1a90ba28d9
4 changed files with 21 additions and 21 deletions

View File

@ -19,7 +19,7 @@ namespace RhythmHeavenMania.Games.RhythmTweezers
public GameObject holder;
public GameObject loop;
private AudioSource pullSound;
private Sound pullSound;
private void Awake()
{