AxibugEmuOnline/AxibugEmuOnline.Client/Assets/Script/UI/OptionMenu.cs
2024-09-12 11:19:40 +08:00

22 lines
396 B
C#

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