Clean Unreal project at correct root

This commit is contained in:
2026-01-25 18:31:24 +01:00
commit 2a344c5589
738 changed files with 2763 additions and 0 deletions

23
lost_planet.uproject Normal file
View File

@@ -0,0 +1,23 @@
{
"FileVersion": 3,
"EngineAssociation": "5.7",
"Category": "",
"Description": "",
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "GameplayStateTree",
"Enabled": true
},
{
"Name": "ChaosVehiclesPlugin",
"Enabled": true
}
]
}