1 using Ryujinx.Common.Configuration.Hid; 2 3 namespace Ryujinx.Ava.UI.Models 4 { 5 public record PlayerModel(PlayerIndex Id, string Name); 6 }