Compare commits
No commits in common. "98cadd5952d435902426678d4107dc8d588cf34a" and "094cf8a8b3502aa6d99268545055cfcc3223b860" have entirely different histories.
98cadd5952
...
094cf8a8b3
BIN
Content/Assets/Lampfixtures/M_Lightbulb.uasset (Stored with Git LFS)
BIN
Content/Assets/Lampfixtures/M_Lightbulb.uasset (Stored with Git LFS)
Binary file not shown.
BIN
Content/Assets/Lampfixtures/lightfixture.uasset (Stored with Git LFS)
BIN
Content/Assets/Lampfixtures/lightfixture.uasset (Stored with Git LFS)
Binary file not shown.
BIN
Content/Assets/StorageRack/BP_StorageRack.uasset (Stored with Git LFS)
BIN
Content/Assets/StorageRack/BP_StorageRack.uasset (Stored with Git LFS)
Binary file not shown.
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue