Class BlockGameMessages.HighScoreEntry
Inheritance
System.Object
BlockGameMessages.HighScoreEntry
Assembly: Content.Shared.dll
Syntax
public sealed class HighScoreEntry : IComparable
Constructors
|
Improve this Doc
View Source
HighScoreEntry(String, Int32)
Declaration
public HighScoreEntry(string name, int score)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Int32 |
score |
|
Fields
|
Improve this Doc
View Source
Name
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Score
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
CompareTo(Nullable<Object>)
Declaration
public int CompareTo(object? obj)
Parameters
Type |
Name |
Description |
System.Nullable<System.Object> |
obj |
|
Returns
Type |
Description |
System.Int32 |
|