프로퍼티 | 타입 | 설명 | |
---|---|---|---|
change | float | ||
level | int | ||
numberOfKills | int | ||
playerName | string | ||
weapon | string | ||
xp | float |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System.Collections |