Files
Webview_SgConfig_Unity_IOS/Assets/Scripts/PanelHole.cs
T

19 lines
293 B
C#
Raw Normal View History

2026-07-15 16:19:07 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class PanelHole : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}