-
Notifications
You must be signed in to change notification settings - Fork 0
newgroundsiodotnet.components.requests.scoreboard.scoreboardgetboardsrequest
GlitchyPSIX edited this page Mar 30, 2025
·
4 revisions
Namespace: NewgroundsIODotNet.Components.Requests.ScoreBoard
Request to obtain the ScoreBoards of the current game.
public class ScoreBoardGetBoardsRequest : NewgroundsIODotNet.Components.Interfaces.INgioComponentRequest
Inheritance Object → ScoreBoardGetBoardsRequest
Implements INgioComponentRequest
Remarks:
This component has no parameters.
public string Component { get; }
public Dictionary<string, object> Parameters { get; }
public object Echo { get; set; }
public bool RequiresSecureCall { get; }
public ScoreBoardGetBoardsRequest()