You've already forked LuckyWorld
new consol command
This commit is contained in:
@ -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();
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user