9 lines
203 B
C++
Executable file
9 lines
203 B
C++
Executable file
#include "BomberAnimInstance.h"
|
|
|
|
UBomberAnimInstance::UBomberAnimInstance() {
|
|
this->ShouldBomb = false;
|
|
this->ShouldSpiral = false;
|
|
this->IsBombing = false;
|
|
this->IsSpiraling = false;
|
|
}
|
|
|