mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-08-16 02:49:43 +03:00
Merge pull request #364 from trdwll/Lobby-ctor-public
Make Lobby ctor public
This commit is contained in:
commit
2db3bb9bb3
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ namespace Steamworks.Data
|
|||
public SteamId Id { get; internal set; }
|
||||
|
||||
|
||||
internal Lobby( SteamId id )
|
||||
public Lobby( SteamId id )
|
||||
{
|
||||
Id = id;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue