9 lines
220 B
C++
Executable file
9 lines
220 B
C++
Executable file
#include "SentryGunAnimInstance.h"
|
|
|
|
USentryGunAnimInstance::USentryGunAnimInstance() {
|
|
this->SentryGun = NULL;
|
|
this->RedeployableSentryGun = NULL;
|
|
this->YawOffset = 0.00f;
|
|
this->BuildProgress = 1.00f;
|
|
}
|
|
|