C# Класс CellsAutomate.CreatorOfCreature

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

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

Метод Описание
CreateAbstractCreature ( ) : BaseCreature
CreatorOfCreature ( ICommand commandsForGetAction, ICommand commandsForGetDirection ) : System
MakeChild ( BaseCreature parent ) : BaseCreature

Приватные методы

Метод Описание
Mutate ( ICommand commands ) : ICommand[]

Описание методов

CreateAbstractCreature() публичный Метод

public CreateAbstractCreature ( ) : BaseCreature
Результат CellsAutomate.Creatures.BaseCreature

CreatorOfCreature() публичный Метод

public CreatorOfCreature ( ICommand commandsForGetAction, ICommand commandsForGetDirection ) : System
commandsForGetAction ICommand
commandsForGetDirection ICommand
Результат System

MakeChild() публичный Метод

public MakeChild ( BaseCreature parent ) : BaseCreature
parent CellsAutomate.Creatures.BaseCreature
Результат CellsAutomate.Creatures.BaseCreature