mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 19:23:19 +00:00
12 lines
496 B
C++
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() {
|
|
}
|
|
|