14 lines
314 B
C#
14 lines
314 B
C#
// Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
|
|
using UnityEngine;
|
|
|
|
namespace Lofelt.NiceVibrations
|
|
{
|
|
public class DemoManager : MonoBehaviour
|
|
{
|
|
[Header("Demo")] public AudioSource DebugAudioEmphasis;
|
|
|
|
public AudioSource DebugAudioContinuous;
|
|
public MMUIShaker Logo;
|
|
}
|
|
} |