- using System.Collections;
- using System.Collections.Generic;
- using UnityEngine;
- namespace SC.XR.Unity.Module_DetectorSystem
- {
- public class AudioPluginOther : AudioPlugin
- {
- public static AudioPluginOther Create()
- {
- return new AudioPluginOther();
- }
- }
- }
|