10 lines
167 B
C#
10 lines
167 B
C#
namespace Steamworks
|
|
{
|
|
public struct FriendSessionStateInfo_t
|
|
{
|
|
public uint m_uiOnlineSessionInstances;
|
|
|
|
public byte m_uiPublishedToFriendsSessionInstance;
|
|
}
|
|
}
|