public KeywordPurpose(IHumanInterface humanInterface, IOvermindAccessor overmindAccessor) { HumanInterface = humanInterface; OvermindAccessor = overmindAccessor; LastTimeKeywordUsed = new Dictionary <string, DateTime>(); }
public WhatIsPurpose(IHumanInterface humanInterface, IOvermindAccessor overmindAccessor) { HumanInterface = humanInterface; OvermindAccessor = overmindAccessor; }
public HereToObservePurpose(IHumanInterface humanInterface, IOvermindAccessor overmindAccessor) { HumanInterface = humanInterface; OvermindAccessor = overmindAccessor; }