C# 클래스 MPlayerStat, Madness

파일 보기 프로젝트 열기: MattRix/Madness 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
amount int
index int
max int
name string
player MPlayer,

공개 메소드들

메소드 설명
Buy ( ) : void
CanBuy ( ) : bool
Leap ( ) : void
MPlayerStat ( int index, string name, int amount, int max ) : System

메소드 상세

Buy() 공개 메소드

public Buy ( ) : void
리턴 void

CanBuy() 공개 메소드

public CanBuy ( ) : bool
리턴 bool

Leap() 공개 메소드

public Leap ( ) : void
리턴 void

MPlayerStat() 공개 메소드

public MPlayerStat ( int index, string name, int amount, int max ) : System
index int
name string
amount int
max int
리턴 System

프로퍼티 상세

amount 공개적으로 프로퍼티

public int amount
리턴 int

index 공개적으로 프로퍼티

public int index
리턴 int

max 공개적으로 프로퍼티

public int max
리턴 int

name 공개적으로 프로퍼티

public string name
리턴 string

player 공개적으로 프로퍼티

public MPlayer, player
리턴 MPlayer,