Skip to content

Commit

Permalink
just some using and stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
stilnat committed Nov 16, 2023
1 parent f485bd5 commit 8226101
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Assets/Scripts/SS3D/Systems/Audio/AmbienceHandler.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
using System.Collections;
using SS3D.Core.Behaviours;
using System.Collections;
using UnityEngine;
using UnityEngine.Audio;

public class AmbienceHandler : MonoBehaviour
public class AmbienceHandler : Actor
{

[Header("Current Status")]
Expand Down Expand Up @@ -59,7 +60,7 @@ private void Start()
{
if (ambientNoiseFrequency != 0)
{
PlayAmbience();
PlayAmbience();
}
}

Expand Down

0 comments on commit 8226101

Please sign in to comment.