Compare commits
3 Commits
094cf8a8b3
...
98cadd5952
Author | SHA1 | Date |
---|---|---|
baz | 98cadd5952 | |
baz | 2d1523241d | |
baz | cacef673fe |
Binary file not shown.
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()
|
||||
UFUNCTION(BlueprintCallable)
|
||||
void LoadNextLevel(TSoftObjectPtr<UWorld> NextLevel);
|
||||
|
||||
UFUNCTION()
|
||||
UFUNCTION(BlueprintCallable)
|
||||
void IncrementInitialLevelKeys();
|
||||
|
||||
UFUNCTION()
|
||||
UFUNCTION(BlueprintCallable)
|
||||
void IncrementCollectedLevelKeys();
|
||||
|
||||
UFUNCTION()
|
||||
UFUNCTION(BlueprintCallable)
|
||||
int GetInitialLevelKeysCount();
|
||||
|
||||
UFUNCTION()
|
||||
UFUNCTION(BlueprintCallable)
|
||||
int GetCollectedLevelKeysCount();
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in New Issue