mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-10 06:51:03 +00:00
6 lines
137 B
C#
6 lines
137 B
C#
using Ryujinx.Common.Configuration.Hid;
|
|
|
|
namespace Ryujinx.Ava.UI.Models
|
|
{
|
|
public record PlayerModel(PlayerIndex Id, string Name);
|
|
}
|