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;
|
int CollectedLevelKeys = 0;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
UFUNCTION()
|
UFUNCTION(BlueprintCallable)
|
||||||
void LoadNextLevel(TSoftObjectPtr<UWorld> NextLevel);
|
void LoadNextLevel(TSoftObjectPtr<UWorld> NextLevel);
|
||||||
|
|
||||||
UFUNCTION()
|
UFUNCTION(BlueprintCallable)
|
||||||
void IncrementInitialLevelKeys();
|
void IncrementInitialLevelKeys();
|
||||||
|
|
||||||
UFUNCTION()
|
UFUNCTION(BlueprintCallable)
|
||||||
void IncrementCollectedLevelKeys();
|
void IncrementCollectedLevelKeys();
|
||||||
|
|
||||||
UFUNCTION()
|
UFUNCTION(BlueprintCallable)
|
||||||
int GetInitialLevelKeysCount();
|
int GetInitialLevelKeysCount();
|
||||||
|
|
||||||
UFUNCTION()
|
UFUNCTION(BlueprintCallable)
|
||||||
int GetCollectedLevelKeysCount();
|
int GetCollectedLevelKeysCount();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Reference in New Issue