mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-05-19 06:21:42 +00:00
8 lines
135 B
C#
8 lines
135 B
C#
namespace Ryujinx.HLE.OsHle
|
|
{
|
|
public struct Profile
|
|
{
|
|
public string Username;
|
|
public string UserId;
|
|
}
|
|
}
|