Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit dac866cc authored by g4m4's avatar g4m4
Browse files

[CODE] Settings will be stored in a dedicated file

parent a2d85487
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,8 @@ namespace fixit {
class Settings;
} // namespace fixit
UCLASS(config = Engine, defaultconfig, meta = (DisplayName = "FixIt"))
/// All settings pertaining to FixIt
UCLASS(config = FixIt, meta = (DisplayName = "FixIt"))
class FIXITCORE_API UFixItSettings : public UDeveloperSettings
{
GENERATED_BODY()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment