CellsAutomate.Creatures.Creature.Creature C# (CSharp) Метод

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

public Creature ( Executor executor, ICommand commandsForGetDirection, ICommand commandsForGetAction ) : System
executor Creatures.Language.Executors.Executor
commandsForGetDirection ICommand
commandsForGetAction ICommand
Результат System
        public Creature(Executor executor, ICommand[] commandsForGetDirection, 
            ICommand[] commandsForGetAction)
        {
            _executor = executor;
            CommandsForGetDirection = commandsForGetDirection;
            CommandsForGetAction = commandsForGetAction;
        }