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