Changes
This commit is contained in:
@@ -46,6 +46,23 @@ struct FIREWORKDUELS_API FLevelData
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite)
|
||||
TSoftClassPtr<ALevelTemplate> LevelTemplateClass;
|
||||
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite)
|
||||
float OneStarTime = 120.f;
|
||||
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite)
|
||||
float TwoStarTime = 90.f;
|
||||
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite)
|
||||
float ThreeStarTime = 75.f;
|
||||
|
||||
};
|
||||
|
||||
// LevelSaveData
|
||||
USTRUCT(BlueprintType)
|
||||
struct FIREWORKDUELS_API FLevelSaveData
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite)
|
||||
bool IsUnlocked = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user