mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-03-09 22:16:56 +00:00
7 lines
140 B
C#
7 lines
140 B
C#
![]() |
using Ryujinx.Common.Configuration.Hid;
|
|||
|
|
|||
|
namespace Ryujinx.Ava.Ui.Models
|
|||
|
{
|
|||
|
public record PlayerModel(PlayerIndex Id, string Name);
|
|||
|
}
|