feat: cleanup ds data asset
This commit is contained in:
@@ -15,11 +15,11 @@ UCLASS()
|
||||
class REFINEDRDAPI_API URRDADataAssetDSAdapterCovers : public URRDADataAssetBase
|
||||
{
|
||||
GENERATED_BODY()
|
||||
public:
|
||||
|
||||
public:
|
||||
/* The building class these adapter covers belongs to */
|
||||
UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category="AdapterCovers")
|
||||
TSubclassOf<AFGBuildableFactory> mBuildableClass;
|
||||
TSubclassOf<AFGBuildableFactory> mBuildingClass;
|
||||
|
||||
/* An array of covers to place on the buildable connections */
|
||||
UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category="AdapterCovers")
|
||||
|
||||
Reference in New Issue
Block a user