Can now launch two versions of the client, for standalone and client

This commit is contained in:
2025-06-04 20:28:09 -04:00
parent 8940dd9e70
commit 9f296916f8
6 changed files with 200 additions and 1007 deletions

View File

@@ -0,0 +1,31 @@
{
"FileVersion": 3,
"EngineAssociation": "10.0",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "Integration",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine",
"CoreUObject"
]
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "CommonUI",
"Enabled": true
}
]
}