コード例 #1
0
ファイル: KeywordPurpose.cs プロジェクト: cha0sHub/Riritia
 public KeywordPurpose(IHumanInterface humanInterface, IOvermindAccessor overmindAccessor)
 {
     HumanInterface      = humanInterface;
     OvermindAccessor    = overmindAccessor;
     LastTimeKeywordUsed = new Dictionary <string, DateTime>();
 }
コード例 #2
0
ファイル: WhatIsPurpose.cs プロジェクト: cha0sHub/Riritia
 public WhatIsPurpose(IHumanInterface humanInterface, IOvermindAccessor overmindAccessor)
 {
     HumanInterface   = humanInterface;
     OvermindAccessor = overmindAccessor;
 }
コード例 #3
0
 public HereToObservePurpose(IHumanInterface humanInterface, IOvermindAccessor overmindAccessor)
 {
     HumanInterface   = humanInterface;
     OvermindAccessor = overmindAccessor;
 }