using System.Collections; using System.Collections.Generic; using UnityEngine; public struct PlayerInfo { public string Name; public Sprite Image; public bool isLocalPlayer; }