mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-15 05:10:18 +00:00
6 lines
140 B
C#
6 lines
140 B
C#
using Ryujinx.Common.Configuration.Hid;
|
|
|
|
namespace Ryujinx.Ava.Ui.Models
|
|
{
|
|
public record PlayerModel(PlayerIndex Id, string Name);
|
|
}
|