Files
2026-04-22 15:51:07 +02:00

14 lines
460 B
C++

#include "AIAssignmentInfo.h"
FAIAssignmentInfo::FAIAssignmentInfo() {
this->TimeCurrentGoalWasChosen = 0.00f;
this->TimeExitedLastAssignmentOfType[0] = 0.00f;
this->TimeExitedLastAssignmentOfType[1] = 0.00f;
this->TimeExitedLastAssignmentOfType[2] = 0.00f;
this->TimeExitedLastAssignmentOfType[3] = 0.00f;
this->bWaitingForQueryResponse = false;
this->bSuppressGoalUpdates = false;
this->bReportEnemyGoalSelection = false;
}