-
Notifications
You must be signed in to change notification settings - Fork 0
newgroundsiodotnet.datamodels.scoreboard
GlitchyPSIX edited this page Mar 30, 2025
·
4 revisions
Namespace: NewgroundsIODotNet.DataModels
Represents a ScoreBoard, the container for scores.
public struct ScoreBoard
Inheritance Object → ValueType → ScoreBoard
Attributes IsReadOnlyAttribute
ID of the ScoreBoard
public int Id { get; }
Name of the ScoreBoard
public string Name { get; }
ScoreBoard(int id, string name)
id
Int32
name
String
string ToString()