C# Class ScoreoidInterface.ScoreoidPlayer, Spare-Change

Exibir arquivo 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_oe property

public float change
return float

level public_oe property

public int level
return int

numberOfKills public_oe property

public int numberOfKills
return int

playerName public_oe property

public string playerName
return string

weapon public_oe property

public string weapon
return string

xp public_oe property

public float xp
return float