Files
Project-Reboot-3.0/Project Reboot 3.0/BuildingStructuralSupportSystem.h
2023-04-15 19:53:58 -04:00

10 lines
171 B
C++

#pragma once
#include "Object.h"
#include "Vector.h"
class UBuildingStructuralSupportSystem : public UObject
{
public:
bool IsWorldLocValid(const FVector& WorldLoc);
};