C# Class ScoreChangedMessage

Inheritance: Message
Afficher le fichier Open project: mezosaurus/eae-project

Méthodes publiques

Свойство Type Description
highScores int[]
playerNames string[]

Méthodes publiques

Méthode Description
ScoreChangedMessage ( int scores, string names ) : UnityEngine

Method Details

ScoreChangedMessage() public méthode

public ScoreChangedMessage ( int scores, string names ) : UnityEngine
scores int
names string
Résultat UnityEngine

Property Details

highScores public_oe property

public int[] highScores
Résultat int[]

playerNames public_oe property

public string[] playerNames
Résultat string[]