CellsAutomate.Creatures.Creature.Creature C# (CSharp) Méthode

Creature() public méthode

public Creature ( Executor executor, ICommand commandsForGetDirection, ICommand commandsForGetAction ) : System
executor Creatures.Language.Executors.Executor
commandsForGetDirection ICommand
commandsForGetAction ICommand
Résultat System
        public Creature(Executor executor, ICommand[] commandsForGetDirection, 
            ICommand[] commandsForGetAction)
        {
            _executor = executor;
            CommandsForGetDirection = commandsForGetDirection;
            CommandsForGetAction = commandsForGetAction;
        }