Clean initial commit

This commit is contained in:
2026-02-01 19:21:47 -07:00
commit 6a13cdbeed
1681 changed files with 5604 additions and 0 deletions

29
ThisWillWork.uproject Normal file
View File

@@ -0,0 +1,29 @@
{
"FileVersion": 3,
"EngineAssociation": "5.7",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "ThisWillWork",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine"
]
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "GameplayStateTree",
"Enabled": true
}
]
}