new consol settings

This commit is contained in:
2025-04-22 22:10:59 +03:00
parent 2f3caca7f6
commit ff18c8804e
5 changed files with 46 additions and 1 deletions

View File

@ -328,4 +328,7 @@ public:
UFUNCTION(exec)
void LuckyRobots();
UFUNCTION(BlueprintPure)
EUnrealBuildType CheckBuildConfiguration() const;
};