C# 클래스 DungeonMasterEngine.DungeonContent.Items.GrabableItems.Factories.GrabableItemFactoryBase

상속: IGrabableItemFactoryBase
파일 보기 프로젝트 열기: ggrrin/DungeonMaster

공개 메소드들

메소드 설명
CanBeStoredIn ( IStorageType storage ) : bool

보호된 메소드들

메소드 설명
GrabableItemFactoryBase ( string name, float weight, IEnumerable attackCombo, IEnumerable carryLocation ) : System.Collections.Generic

메소드 상세

CanBeStoredIn() 공개 메소드

public CanBeStoredIn ( IStorageType storage ) : bool
storage IStorageType
리턴 bool

GrabableItemFactoryBase() 보호된 메소드

protected GrabableItemFactoryBase ( string name, float weight, IEnumerable attackCombo, IEnumerable carryLocation ) : System.Collections.Generic
name string
weight float
attackCombo IEnumerable
carryLocation IEnumerable
리턴 System.Collections.Generic