2025-11-18 19:22:47 +08:00
|
|
|
using System.Collections;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using UnityEngine;
|
|
|
|
|
|
|
|
|
|
public class TurnUIManager : MonoBehaviour
|
|
|
|
|
{
|
2025-11-23 16:38:49 +08:00
|
|
|
// Start is called before the first frame update
|
|
|
|
|
void Start()
|
2025-11-18 22:26:13 +08:00
|
|
|
{
|
2025-11-23 16:38:49 +08:00
|
|
|
|
2025-11-18 22:26:13 +08:00
|
|
|
}
|
|
|
|
|
|
2025-11-23 16:38:49 +08:00
|
|
|
// Update is called once per frame
|
|
|
|
|
void Update()
|
2025-11-18 22:26:13 +08:00
|
|
|
{
|
2025-11-23 16:38:49 +08:00
|
|
|
|
2025-11-18 19:22:47 +08:00
|
|
|
}
|
2025-11-23 16:38:49 +08:00
|
|
|
}
|