12 lines
306 B
C
12 lines
306 B
C
#pragma once
|
||
|
||
#include "CoreMinimal.h"
|
||
#include "FWorldState.generated.h"
|
||
|
||
USTRUCT(BlueprintType)
|
||
struct FWorldState
|
||
{
|
||
GENERATED_BODY()
|
||
|
||
|
||
}; |