Files
2026-04-22 15:51:07 +02:00

13 lines
277 B
C++

#pragma once
#include "CoreMinimal.h"
#include "CommonButton.h"
#include "FortDefenderSlotButton.generated.h"
UCLASS(Abstract, Blueprintable, EditInlineNew)
class UFortDefenderSlotButton : public UCommonButton {
GENERATED_BODY()
public:
UFortDefenderSlotButton();
};