mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-27 22:18:11 +03:00
Make Lobby ctor public
This commit is contained in:
parent
f3443935b2
commit
06d0059d87
@ -10,7 +10,7 @@ namespace Steamworks.Data
|
|||||||
public SteamId Id { get; internal set; }
|
public SteamId Id { get; internal set; }
|
||||||
|
|
||||||
|
|
||||||
internal Lobby( SteamId id )
|
public Lobby( SteamId id )
|
||||||
{
|
{
|
||||||
Id = id;
|
Id = id;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user