C# 클래스 ScoreoidInterface.ScoreoidPlayer, Spare-Change

파일 보기 프로젝트 열기: ThatsAMorais/Spare-Change 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

메소드 상세

ScoreoidPlayer() 공개 메소드

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

프로퍼티 상세

change 공개적으로 프로퍼티

public float change
리턴 float

level 공개적으로 프로퍼티

public int level
리턴 int

numberOfKills 공개적으로 프로퍼티

public int numberOfKills
리턴 int

playerName 공개적으로 프로퍼티

public string playerName
리턴 string

weapon 공개적으로 프로퍼티

public string weapon
리턴 string

xp 공개적으로 프로퍼티

public float xp
리턴 float