C# Class highScoreEntry, code

Afficher le fichier Open project: shendongnian/code

Méthodes publiques

Свойство Type Description
PlayerName string
Score string

Méthodes publiques

Méthode Description
highScoreEntry ( string playerName, string playerScore )

Method Details

highScoreEntry() public méthode

public highScoreEntry ( string playerName, string playerScore )
playerName string
playerScore string

Property Details

PlayerName public_oe property

public string PlayerName
Résultat string

Score public_oe property

public string Score
Résultat string