mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-27 07:05:50 +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 @@ public LobbyQuery FilterStringKeyValue( string nKey, string nValue )
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
public LobbyQuery FilterStringKeyValue ( MatchMakingKeyValuePair_t kv )
|
||||
{
|
||||
stringFilter = kv;
|
||||
|
||||
return this;
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Slots Filter
|
||||
|
Loading…
Reference in New Issue
Block a user