C# Class ScoreChangedMessage

Inheritance: Message
Show file 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 property

public int[] highScores
return int[]

playerNames public property

public string[] playerNames
return string[]