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

Inheritance: IGrabableItemFactoryBase
Afficher le fichier Open project: ggrrin/DungeonMaster

Méthodes publiques

Méthode Description
CanBeStoredIn ( IStorageType storage ) : bool

Méthodes protégées

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

Method Details

CanBeStoredIn() public méthode

public CanBeStoredIn ( IStorageType storage ) : bool
storage IStorageType
Résultat bool

GrabableItemFactoryBase() protected méthode

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