C# 클래스 MerchantRPG.GeneticParty.Processing.HeroBuild

파일 보기 프로젝트 열기: subchannel13/MerchantRPG-combinator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
EnhancmentCounts int[]
EnhancmentTypes int[]
HeroType int
Items int[]

공개 메소드들

메소드 설명
HeroBuild ( int heroType, int items, int potionTypes, int potionCounts ) : System

메소드 상세

HeroBuild() 공개 메소드

public HeroBuild ( int heroType, int items, int potionTypes, int potionCounts ) : System
heroType int
items int
potionTypes int
potionCounts int
리턴 System

프로퍼티 상세

EnhancmentCounts 공개적으로 프로퍼티

public int[] EnhancmentCounts
리턴 int[]

EnhancmentTypes 공개적으로 프로퍼티

public int[] EnhancmentTypes
리턴 int[]

HeroType 공개적으로 프로퍼티

public int HeroType
리턴 int

Items 공개적으로 프로퍼티

public int[] Items
리턴 int[]