9 lines
110 B
C#
9 lines
110 B
C#
|
namespace RoR2.RemoteGameBrowser;
|
||
|
|
||
|
public struct RemotePlayerInfo
|
||
|
{
|
||
|
public string name;
|
||
|
|
||
|
public ulong id;
|
||
|
}
|