mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
10 lines
249 B
C++
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;
|
|
}
|
|
|