7 lines
158 B
C++
Executable file
7 lines
158 B
C++
Executable file
#include "JellyFishAnimInstance.h"
|
|
|
|
UJellyFishAnimInstance::UJellyFishAnimInstance() {
|
|
this->HorizontalAngle = 0.00f;
|
|
this->VerticalSpeed = 0.00f;
|
|
}
|
|
|