using UnityEngine; public class PlayerInfo : MonoBehaviour { [HideInInspector] public int uid; }