C# Class ScoreoidInterface.ScoreoidPlayer, Spare-Change

Show file Open project: ThatsAMorais/Spare-Change Class Usage Examples

Public Properties

Property Type Description
change float
level int
numberOfKills int
playerName string
weapon string
xp float

Public Methods

Method Description
ScoreoidPlayer ( string name, float money, int kills, string inventory, int lvl, float exp ) : System.Collections

Method Details

ScoreoidPlayer() public method

public ScoreoidPlayer ( string name, float money, int kills, string inventory, int lvl, float exp ) : System.Collections
name string
money float
kills int
inventory string
lvl int
exp float
return System.Collections

Property Details

change public property

public float change
return float

level public property

public int level
return int

numberOfKills public property

public int numberOfKills
return int

playerName public property

public string playerName
return string

weapon public property

public string weapon
return string

xp public property

public float xp
return float