C# 클래스 GameModeFortress.CraftingRecipes

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

공개 프로퍼티들

프로퍼티 타입 설명
craftingrecipes List
data IGameData

공개 메소드들

메소드 설명
CraftingRecipes ( ) : System
Load ( string csvLines ) : void

비공개 메소드들

메소드 설명
GetBlockId ( string blockName ) : int

메소드 상세

CraftingRecipes() 공개 메소드

public CraftingRecipes ( ) : System
리턴 System

Load() 공개 메소드

public Load ( string csvLines ) : void
csvLines string
리턴 void

프로퍼티 상세

craftingrecipes 공개적으로 프로퍼티

public List craftingrecipes
리턴 List

data 공개적으로 프로퍼티

public IGameData data
리턴 IGameData