mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-28 15:45:29 +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;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public LobbyQuery FilterStringKeyValue ( MatchMakingKeyValuePair_t kv )
|
||||||
|
{
|
||||||
|
stringFilter = kv;
|
||||||
|
|
||||||
|
return this;
|
||||||
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Slots Filter
|
#region Slots Filter
|
||||||
|
Loading…
Reference in New Issue
Block a user