Property | Type | Description | |
---|---|---|---|
change | float | ||
level | int | ||
numberOfKills | int | ||
playerName | string | ||
weapon | string | ||
xp | float |
Method | Description | |
---|---|---|
ScoreoidPlayer ( string name, float money, int kills, string inventory, int lvl, float exp ) : System.Collections |
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 |