This repository has been archived on 2024-02-03. You can view files and clone it, but cannot push or open issues or pull requests.
StationObscurum_Unreal/station_obscurum.uproject

34 lines
497 B
Plaintext
Raw Permalink Normal View History

2023-09-13 03:51:28 +02:00
{
"FileVersion": 3,
"EngineAssociation": "5.3",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "station_obscurum",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
2023-09-23 01:40:19 +02:00
},
{
"Name": "OnlineSubsystemSteam",
"Enabled": true
},
{
"Name": "SteamController",
"Enabled": true
},
{
"Name": "SteamSockets",
"Enabled": true
2023-09-13 03:51:28 +02:00
}
]
}