C# 클래스 PlayerController.InventoryItem, Endure

파일 보기 프로젝트 열기: Endure-Game/Endure

공개 프로퍼티들

프로퍼티 타입 설명
control Control,
damage int
name string
sprite Sprite
tool string
type string

공개 메소드들

메소드 설명
InventoryItem ( string n, Sprite s, string t, int d, Control, c, string tool ) : System.Collections

메소드 상세

InventoryItem() 공개 메소드

public InventoryItem ( string n, Sprite s, string t, int d, Control, c, string tool ) : System.Collections
n string
s Sprite
t string
d int
c Control,
tool string
리턴 System.Collections

프로퍼티 상세

control 공개적으로 프로퍼티

public Control, control
리턴 Control,

damage 공개적으로 프로퍼티

public int damage
리턴 int

name 공개적으로 프로퍼티

public string name
리턴 string

sprite 공개적으로 프로퍼티

public Sprite sprite
리턴 Sprite

tool 공개적으로 프로퍼티

public string tool
리턴 string

type 공개적으로 프로퍼티

public string type
리턴 string