Format code

This commit is contained in:
2022-08-15 13:20:14 -07:00
parent 9177aafb06
commit 22d3dff726
6 changed files with 8 additions and 23 deletions

View File

@@ -8,7 +8,7 @@ namespace Scampz.GameJam.Assets.Scripts
public class BGMManager : MonoBehaviour
{
public static BGMManager Instance { get; private set; }
[SerializeField]
private AudioSource audioSource;