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

10 lines
249 B
C++

#include "BarrierObjectState.h"
FBarrierObjectState::FBarrierObjectState() {
this->ObjectiveActor = NULL;
this->TeamNum = 0;
this->FoodTeam = EBarrierFoodTeam::Burger;
this->DamageState = EBarrierObjectiveDamageState::Health_75;
}