AlicizaX/Client/Assets/Scripts/Hotfix/UXHotfixComponent.cs

17 lines
288 B
C#
Raw Normal View History

2025-11-07 20:48:24 +08:00
using UnityEngine;
public class UXHotfixComponent : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}