29 lines
422 B
C#
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()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|