Update ButtonSFX.cs

This commit is contained in:
BOT Alex 2024-04-21 11:52:41 +02:00
parent 9b1da88c18
commit ed56823425
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ public class ButtonSFX : MonoBehaviour
{
public void OnHover()
{
//AudioManager.PlaySound("");
}
public void OnClick()