C# Класс DungeonMasterEngine.DungeonContent.Items.GrabableItems.Factories.GrabableItemFactoryBase

Наследование: IGrabableItemFactoryBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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