C# Class RecordRobot.RRClasses.ScoreManager

Show file Open project: scastle/EECS290_Project1

Public Properties

Property Type Description
CurrentScore int

Public Methods

Method Description
GetScore ( RecordColor c ) : int

Method Details

GetScore() public static method

public static GetScore ( RecordColor c ) : int
c RecordColor
return int

Property Details

CurrentScore public static property

public static int CurrentScore
return int