Files
FNGameProj/Source/FortniteGame/Private/FortSuperTowerGrenadeProjectile.cpp
2024-01-21 00:41:14 +01: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() {
}