From 250628b3fc9ef172160a4546f1e3ee8c7e14a1a4 Mon Sep 17 00:00:00 2001 From: kodzukye Date: Tue, 27 Jan 2026 22:44:33 -0400 Subject: [PATCH] uproject --- NocturnForest.uproject | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 NocturnForest.uproject diff --git a/NocturnForest.uproject b/NocturnForest.uproject new file mode 100644 index 0000000..0dff37f --- /dev/null +++ b/NocturnForest.uproject @@ -0,0 +1,15 @@ +{ + "FileVersion": 3, + "EngineAssociation": "5.7", + "Category": "", + "Description": "", + "Plugins": [ + { + "Name": "ModelingToolsEditorMode", + "Enabled": true, + "TargetAllowList": [ + "Editor" + ] + } + ] +} \ No newline at end of file