mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-09-03 04:03:37 +00:00
9 lines
276 B
C++
9 lines
276 B
C++
#include "BuildingTrapFloor_Hoverboard.h"
|
|
#include "Components/ArrowComponent.h"
|
|
|
|
ABuildingTrapFloor_Hoverboard::ABuildingTrapFloor_Hoverboard() {
|
|
this->DirectionArrow = CreateDefaultSubobject<UArrowComponent>(TEXT("Direction Arrow"));
|
|
this->PushAmount = 3200.00f;
|
|
}
|
|
|