2
0
mirror of https://github.com/Facepunch/Facepunch.Steamworks.git synced 2025-03-29 13:49:03 +03:00

Make Lobby ctor public

This commit is contained in:
Russ Treadwell 2020-02-04 13:47:57 -05:00
parent f3443935b2
commit 06d0059d87
No known key found for this signature in database
GPG Key ID: 7A373FB1F4118C62

@ -10,7 +10,7 @@ namespace Steamworks.Data
public SteamId Id { get; internal set; }
internal Lobby( SteamId id )
public Lobby( SteamId id )
{
Id = id;
}