mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +00:00
13 lines
357 B
C++
13 lines
357 B
C++
#include "FortPushCannonAnimInstance.h"
|
|
|
|
UFortPushCannonAnimInstance::UFortPushCannonAnimInstance() {
|
|
this->bHasDriver = false;
|
|
this->bHasPassenger = false;
|
|
this->bIsCoolDownEnded = false;
|
|
this->bIsCannonFired = false;
|
|
this->PushCannon = NULL;
|
|
this->CooldownEndedOverheatThreshold = 0.00f;
|
|
this->OnFiredOverheatValue = 0.00f;
|
|
}
|
|
|