AzureAbyss/Source/the_twilight_abyss/Quest/FWorldState.h

12 lines
306 B
C
Raw Normal View History

2023-03-29 16:36:24 +00:00
<EFBFBD><EFBFBD>#pragma once
#include "CoreMinimal.h"
#include "FWorldState.generated.h"
USTRUCT(BlueprintType)
struct FWorldState
{
GENERATED_BODY()
};