C# Class GameCommon.Player

Show file Open project: nzhul/TelerikAcademy Class Usage Examples

Public Methods

Method Description
Player ( ) : System
Player ( string name, int score ) : System

Method Details

Player() public method

public Player ( ) : System
return System

Player() public method

public Player ( string name, int score ) : System
name string
score int
return System