mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-27 05:58:07 +03:00
Merge pull request #364 from trdwll/Lobby-ctor-public
Make Lobby ctor public
This commit is contained in:
commit
2db3bb9bb3
@ -10,7 +10,7 @@ namespace Steamworks.Data
|
||||
public SteamId Id { get; internal set; }
|
||||
|
||||
|
||||
internal Lobby( SteamId id )
|
||||
public Lobby( SteamId id )
|
||||
{
|
||||
Id = id;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user