mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-28 19:27:53 +00:00
9 lines
210 B
C++
9 lines
210 B
C++
#include "BuildingTurretComponent_MOBA.h"
|
|
|
|
void UBuildingTurretComponent_MOBA::OnAllyHarmed(AActor* InAllyActor, AActor* InHarmingActor) {
|
|
}
|
|
|
|
UBuildingTurretComponent_MOBA::UBuildingTurretComponent_MOBA() {
|
|
}
|
|
|