Files
FNGameProj/Source/FortniteGame/Athena/Structs/AthenaRewardScheduleLevel.h
T
2022-08-20 04:03:45 +02:00

18 lines
315 B
C++

// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Engine/DataAsset.h"
#include "AthenaRewardScheduleLevel.generated.h"
/**
*
*/
UCLASS()
class FORTNITEGAME_API UAthenaRewardScheduleLevel : public UDataAsset
{
GENERATED_BODY()
};