mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-28 04:03:33 +00:00
13 lines
288 B
C++
13 lines
288 B
C++
#pragma once
|
|
#include "CoreMinimal.h"
|
|
#include "FortMiniMapPingIndicator.h"
|
|
#include "FortDamageMiniMapIndicator.generated.h"
|
|
|
|
UCLASS(Blueprintable)
|
|
class UFortDamageMiniMapIndicator : public UFortMiniMapPingIndicator {
|
|
GENERATED_BODY()
|
|
public:
|
|
UFortDamageMiniMapIndicator();
|
|
};
|
|
|