From 28b8e7a0d877ef556492faa67420fd8dbc3764c7 Mon Sep 17 00:00:00 2001 From: GitBrad Date: Sat, 24 Jan 2026 12:48:41 -0700 Subject: [PATCH] added uproject --- ThisWillWork.uproject | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ThisWillWork.uproject diff --git a/ThisWillWork.uproject b/ThisWillWork.uproject new file mode 100644 index 0000000..0ffac2e --- /dev/null +++ b/ThisWillWork.uproject @@ -0,0 +1,19 @@ +{ + "FileVersion": 3, + "EngineAssociation": "5.7", + "Category": "", + "Description": "", + "Plugins": [ + { + "Name": "ModelingToolsEditorMode", + "Enabled": true, + "TargetAllowList": [ + "Editor" + ] + }, + { + "Name": "GameplayStateTree", + "Enabled": true + } + ] +} \ No newline at end of file