using System.Collections; using System.Collections.Generic; using UnityEngine; public class LoginItem : MonoBehaviour { public Transform contentItem; // Start is called before the first frame update void Start() { Init(); } void Init() { } // Update is called once per frame void Update() { } }