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

19 lines
287 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Box : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}