Api Sandbox Services Review
class

Review

public sealed class Review

Package Reviews

Constructors

Review()

Properties

Name Type Description
Player Profile The player who made the review
Content String The actual content (text only right now)
Score ReviewScore The score of the review
PlayTime TimeSpan How many seconds this user played
Updated DateTimeOffset Date this review was updated

Methods

static Task<Review[]> Fetch(String packageIdent, Int32 take = 50, Int32 skip = 0)
static Task<Review> Get(String packageIdent, SteamId steamid)
Assembly: Sandbox.Engine Namespace: Sandbox.Services Full Name: Sandbox.Services.Review