AzureAbyss/the_twilight_abyss.uproject
PHILIP White 41c3c015a6 Updated Project Configuration
It now reflects our targeted platforms and custom game mode
2022-10-22 16:20:05 +01:00

34 lines
485 B
Plaintext

{
"FileVersion": 3,
"EngineAssociation": "5.0",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "the_twilight_abyss",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "Bridge",
"Enabled": true,
"SupportedTargetPlatforms": [
"Win64",
"Mac",
"Linux"
]
}
],
"TargetPlatforms": [
"Windows"
]
}