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

View File

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