-
Notifications
You must be signed in to change notification settings - Fork 0
newgroundsiodotnet.components.responses.scoreboard.scoreboardpostscoreresponse
GlitchyPSIX edited this page Mar 30, 2025
·
4 revisions
Namespace: NewgroundsIODotNet.Components.Responses.ScoreBoard
Response to posting to a Scoreboard.
public class ScoreBoardPostScoreResponse : NewgroundsIODotNet.Components.Interfaces.INgioComponentResponse
Inheritance Object → ScoreBoardPostScoreResponse
Implements INgioComponentResponse
public string Component { get; }
public bool Success { get; }
public Dictionary<string, object> Data { get; }
public bool Debug { get; }
public Nullable<NgioServerError> Error { get; }
Score that was just posted.
public Score Score { get; }
ScoreBoard that was just posted to.
public ScoreBoard ScoreBoard { get; }