0
0
Fork 0
mirror of https://github.com/GreemDev/Ryujinx.git synced 2025-01-12 05:42:00 +00:00
Ryujinx/Ryujinx.HLE/OsHle/Profile.cs

9 lines
135 B
C#
Raw Normal View History

namespace Ryujinx.HLE.OsHle
{
public struct Profile
{
public string Username;
public string UserId;
}
}