mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 14:15:47 +03:00
Add missing UGC query update ranking
This commit is contained in:
parent
4463739be5
commit
e7bc77d158
@ -56,6 +56,7 @@ public Query( UgcType type ) : this()
|
|||||||
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…
Reference in New Issue
Block a user