Table of Contents

Class Score

Namespace
Obsidian.API
Assembly
Obsidian.API.dll
public sealed class Score
Inheritance
Score
Inherited Members

Constructors

Score(string, int)

public Score(string displayText, int value)

Parameters

displayText string
value int

Properties

DisplayText

public string DisplayText { get; }

Property Value

string

Value

public int Value { get; }

Property Value

int