mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-12 06:38:01 +03:00
Add missing UGC query update ranking
This commit is contained in:
parent
4463739be5
commit
e7bc77d158
@ -56,6 +56,7 @@ namespace Steamworks.Ugc
|
|||||||
public Query RankedByLifetimeAveragePlaytime() { queryType = UGCQuery.RankedByLifetimeAveragePlaytime; return this; }
|
public Query RankedByLifetimeAveragePlaytime() { queryType = UGCQuery.RankedByLifetimeAveragePlaytime; return this; }
|
||||||
public Query RankedByPlaytimeSessionsTrend() { queryType = UGCQuery.RankedByPlaytimeSessionsTrend; return this; }
|
public Query RankedByPlaytimeSessionsTrend() { queryType = UGCQuery.RankedByPlaytimeSessionsTrend; return this; }
|
||||||
public Query RankedByLifetimePlaytimeSessions() { queryType = UGCQuery.RankedByLifetimePlaytimeSessions; return this; }
|
public Query RankedByLifetimePlaytimeSessions() { queryType = UGCQuery.RankedByLifetimePlaytimeSessions; return this; }
|
||||||
|
public Query RankedByLastUpdatedDate() { queryType = UGCQuery.RankedByLastUpdatedDate; return this; }
|
||||||
|
|
||||||
#region UserQuery
|
#region UserQuery
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user