r2mods/ilspy_dump/ror2_csproj/RoR2.RemoteGameBrowser/RemotePlayerInfo.cs

9 lines
110 B
C#

namespace RoR2.RemoteGameBrowser;
public struct RemotePlayerInfo
{
public string name;
public ulong id;
}