using System; [Serializable] public struct Player { public string name; public int id; }