Show / Hide Table of Contents

Class BlockGameMessages.HighScoreEntry

Inheritance
System.Object
BlockGameMessages.HighScoreEntry
Namespace: Content.Shared.Arcade
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
public string Name
Field Value
Type Description
System.String
| Improve this Doc View Source

Score

Declaration
public int Score
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
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾