Files
FNGameProj/Source/FortniteGame/Public/BuildingOutpostCraftingTable.h
2024-01-21 00:41:14 +01:00

13 lines
298 B
C++

#pragma once
#include "CoreMinimal.h"
#include "OutpostStructureBase.h"
#include "BuildingOutpostCraftingTable.generated.h"
UCLASS(Blueprintable, MinimalAPI)
class ABuildingOutpostCraftingTable : public AOutpostStructureBase {
GENERATED_BODY()
public:
ABuildingOutpostCraftingTable();
};