mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-14 15:48:06 +03:00
LobbyQuery FilterStringKeyValue diff param
Added MatchMakingKeyValuePair_t veriant of FilterStringKeyValue
This commit is contained in:
parent
56efc9f48b
commit
78761d9fd7
@ -59,6 +59,13 @@ namespace Steamworks.Data
|
|||||||
|
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public LobbyQuery FilterStringKeyValue ( MatchMakingKeyValuePair_t kv )
|
||||||
|
{
|
||||||
|
stringFilter = kv;
|
||||||
|
|
||||||
|
return this;
|
||||||
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Slots Filter
|
#region Slots Filter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user