C# 클래스 tourellesScript.Stuff, Enclave

파일 보기 프로젝트 열기: BenjaminDo/Enclave

공개 프로퍼티들

프로퍼티 타입 설명
bullets int
grenades int
rockets int

공개 메소드들

메소드 설명
Stuff ( int bul, int gre, int roc ) : System.Collections

메소드 상세

Stuff() 공개 메소드

public Stuff ( int bul, int gre, int roc ) : System.Collections
bul int
gre int
roc int
리턴 System.Collections

프로퍼티 상세

bullets 공개적으로 프로퍼티

public int bullets
리턴 int

grenades 공개적으로 프로퍼티

public int grenades
리턴 int

rockets 공개적으로 프로퍼티

public int rockets
리턴 int