new consol command

This commit is contained in:
2025-04-22 17:22:56 +03:00
parent 59574370f5
commit 2f3caca7f6
7 changed files with 64 additions and 1 deletions

View File

@ -121,7 +121,7 @@ public:
public:
UPROPERTY(EditAnywhere, BlueprintReadWrite)
ERobotsName CurrentSelectRobot = ERobotsName::None;
ERobotsName CurrentSelectRobot = ERobotsName::SO100Robot;
UPROPERTY(EditAnywhere, BlueprintReadWrite)
ELevelEnum CurrentSelectLevel = ELevelEnum::None;
@ -323,5 +323,9 @@ public:
UFUNCTION(BlueprintPure)
int32 GetWidgetTotalHit() const;
UFUNCTION(exec)
void SetLuckyRobot(FString RobotName);
UFUNCTION(exec)
void LuckyRobots();
};