コード例 #1
0
 public void Initialize()
 {
     _aiConstructor = new HelperAiConstructor();
     _customContext = new CustomContext();
     _optionContext = new OptionContext();
     _rng           = new Pcg();
     CreateConsiderations();
 }
コード例 #2
0
 public void Initialize()
 {
     _aiConstructor = new HelperAiConstructor();
     SetupActionsAndConsiderations();
 }
コード例 #3
0
 public void Initialize()
 {
     _context       = new MockContext();
     _aiConstructor = new HelperAiConstructor();
 }