Compare commits

..

No commits in common. "98cadd5952d435902426678d4107dc8d588cf34a" and "094cf8a8b3502aa6d99268545055cfcc3223b860" have entirely different histories.

4 changed files with 7 additions and 13 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -22,19 +22,19 @@ private:
int CollectedLevelKeys = 0;
public:
UFUNCTION(BlueprintCallable)
UFUNCTION()
void LoadNextLevel(TSoftObjectPtr<UWorld> NextLevel);
UFUNCTION(BlueprintCallable)
UFUNCTION()
void IncrementInitialLevelKeys();
UFUNCTION(BlueprintCallable)
UFUNCTION()
void IncrementCollectedLevelKeys();
UFUNCTION(BlueprintCallable)
UFUNCTION()
int GetInitialLevelKeysCount();
UFUNCTION(BlueprintCallable)
UFUNCTION()
int GetCollectedLevelKeysCount();
private: