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() { } }