C# Class DungeonMasterEngine.DungeonContent.Items.GrabableItems.Factories.GrabableItemFactoryBase

Inheritance: IGrabableItemFactoryBase
ファイルを表示 Open project: ggrrin/DungeonMaster

Public Methods

Method Description
CanBeStoredIn ( IStorageType storage ) : bool

Protected Methods

Method Description
GrabableItemFactoryBase ( string name, float weight, IEnumerable attackCombo, IEnumerable carryLocation ) : System.Collections.Generic

Method Details

CanBeStoredIn() public method

public CanBeStoredIn ( IStorageType storage ) : bool
storage IStorageType
return bool

GrabableItemFactoryBase() protected method

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