Пример #1
0
 public override void Init(AIMemory aiMemory, BaseAIRoutine aiRoutine)
 {
     this.aiMemory              = aiMemory ?? new AIMemory();
     this.aiRoutine             = aiRoutine ?? new SimpleAIRoutine();
     this.lastTick              = DateTime.Now;
     this.guideCommandByVobInst = new Dictionary <VobInst, GuideCommandInfo>();
 }
Пример #2
0
 abstract public void Init(AIMemory aiMemory, BaseAIRoutine aiRoutine);