chore: initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
// Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Lofelt.NiceVibrations
|
||||
{
|
||||
public class DemoManager : MonoBehaviour
|
||||
{
|
||||
[Header("Demo")]
|
||||
public AudioSource DebugAudioEmphasis;
|
||||
public AudioSource DebugAudioContinuous;
|
||||
public MMUIShaker Logo;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user