123456789101112131415161718192021 |
- using UnityEngine;
- using System.Collections;
- namespace CommonAIClient.Unity.Utils
- {
- public class AudioAutoTrans : MonoBehaviour
- {
- // Use this for initialization
- void Start()
- {
- }
- // Update is called once per frame
- void Update()
- {
- }
- }
- }
|