Cute_demon_attacks/meng_yao/Assets/script/sys/loading.cs
2024-10-31 02:49:53 +08:00

20 lines
332 B
C#

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