Files
open-conflict/OpenConflict.uproject
Cody Larkin 2d860b2a53 Setup for character
movement not working
2025-11-20 13:23:00 -05:00

29 lines
416 B
Plaintext

{
"FileVersion": 3,
"EngineAssociation": "5.7",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "OpenConflict",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine"
]
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
}
],
"TargetPlatforms": [
"Linux",
"Windows"
]
}