11 lines
180 B
C++
Executable file
11 lines
180 B
C++
Executable file
#pragma once
|
|
#include "CoreMinimal.h"
|
|
#include "FormationID.generated.h"
|
|
|
|
USTRUCT(BlueprintType)
|
|
struct FFormationID {
|
|
GENERATED_BODY()
|
|
public:
|
|
FSD_API FFormationID();
|
|
};
|
|
|