mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-16 15:32:41 +00:00
7 lines
137 B
C#
7 lines
137 B
C#
using Ryujinx.Common.Configuration.Hid;
|
|
|
|
namespace Ryujinx.Ava.UI.Models
|
|
{
|
|
public record PlayerModel(PlayerIndex Id, string Name);
|
|
}
|