Files
UnrealEvent/Project/Source/FortniteGame/Private/FortSuperTowerGrenadeProjectile.cpp
2026-04-22 15:51:07 +02:00

12 lines
496 B
C++

#include "FortSuperTowerGrenadeProjectile.h"
void AFortSuperTowerGrenadeProjectile::DestroyActorsInGridCellLocation(UBuildingStructuralSupportSystem* BuildingStructuralSupportSystem, const FVector& CellLocation, bool bDestroyFloorsQuickly) {
}
void AFortSuperTowerGrenadeProjectile::ClearGridCells(const TArray<FVector>& GridCellsToClear, bool bDestroyFloorsQuickly, const FVector& BaseDestination, float AngleDeg) {
}
AFortSuperTowerGrenadeProjectile::AFortSuperTowerGrenadeProjectile() {
}