C# Class ScoreoidInterface.ScoreoidPlayer, Spare-Change

Afficher le fichier Open project: ThatsAMorais/Spare-Change Class Usage Examples

Méthodes publiques

Свойство Type Description
change float
level int
numberOfKills int
playerName string
weapon string
xp float

Méthodes publiques

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

Method Details

ScoreoidPlayer() public méthode

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
Résultat System.Collections

Property Details

change public_oe property

public float change
Résultat float

level public_oe property

public int level
Résultat int

numberOfKills public_oe property

public int numberOfKills
Résultat int

playerName public_oe property

public string playerName
Résultat string

weapon public_oe property

public string weapon
Résultat string

xp public_oe property

public float xp
Résultat float