add ckg
plantilla base para movimiento básico
This commit is contained in:
11
Assets/Game Kit Controller/Scripts/Others/audioSourceInfo.cs
Normal file
11
Assets/Game Kit Controller/Scripts/Others/audioSourceInfo.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
[System.Serializable]
|
||||
public class audioSourceInfo
|
||||
{
|
||||
|
||||
public string audioSourceName;
|
||||
public AudioSource audioSource;
|
||||
}
|
||||
Reference in New Issue
Block a user