Compare commits
3 Commits
094cf8a8b3
...
98cadd5952
Author | SHA1 | Date | |
---|---|---|---|
98cadd5952 | |||
2d1523241d | |||
cacef673fe |
BIN
Content/Assets/Lampfixtures/M_Lightbulb.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/Lampfixtures/M_Lightbulb.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/Lampfixtures/lightfixture.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/Lampfixtures/lightfixture.uasset
(Stored with Git LFS)
Normal file
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…
x
Reference in New Issue
Block a user