ar_tourism_flutter_unity/unity/VRProject2/Assets/zhl/zhlScripts/doubleclick.cs
2025-05-14 17:04:13 +08:00

19 lines
269 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class doubleClick : MonoBehaviour
{
public Transform liZi;
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}