Example #1
0
 private void MoveThief()
 {
     nextThiefMove = thiefAI.NextThiefPos(precalcThiefSight, mapManager.thiefInfoGetter);
 }