C# Class ScoreChangedMessage

Inheritance: Message
Mostrar archivo Open project: mezosaurus/eae-project

Public Properties

Property Type Description
highScores int[]
playerNames string[]

Public Methods

Method Description
ScoreChangedMessage ( int scores, string names ) : UnityEngine

Method Details

ScoreChangedMessage() public method

public ScoreChangedMessage ( int scores, string names ) : UnityEngine
scores int
names string
return UnityEngine

Property Details

highScores public_oe property

public int[] highScores
return int[]

playerNames public_oe property

public string[] playerNames
return string[]