C# 클래스 Craft, Aegina

상속: MonoBehaviour
파일 보기 프로젝트 열기: JMounier/Aegina 1 사용 예제들

공개 메소드들

메소드 설명
Craft ( Type what ) : System.Collections
Craft ( int id, ItemStack product, bool fire, bool workbench, bool forge, bool brewer, bool secret, Type what ) : System.Collections

instencie un craft

메소드 상세

Craft() 공개 메소드

public Craft ( Type what ) : System.Collections
what Type
리턴 System.Collections

Craft() 공개 메소드

instencie un craft
public Craft ( int id, ItemStack product, bool fire, bool workbench, bool forge, bool brewer, bool secret, Type what ) : System.Collections
id int
product ItemStack
fire bool
workbench bool
forge bool
brewer bool
secret bool
what Type
리턴 System.Collections