Files
3d-bxqz/Assets/Tazo_fx/Script/demo.cs
2026-05-06 17:36:41 +08:00

29 lines
422 B
C#

using UnityEngine;
using System.Collections;
namespace TazoScript
{
public class demo : MonoBehaviour
{
// Use this for initialization
void Start()
{
}
// Update is called once per frame
void Update()
{
}
public void GoURL_FX()
{
}
public void GoURL_Free()
{
}
}
}