This commit is contained in:
DimaPremiumFox
2023-02-13 22:15:37 +03:00
commit 066fda82b7
581 changed files with 14154 additions and 0 deletions

29
Steam.uproject Normal file
View File

@@ -0,0 +1,29 @@
{
"FileVersion": 3,
"EngineAssociation": "5.1",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "Steam",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "WorldPartitionHLODUtilities",
"Enabled": true
}
],
"TargetPlatforms": [
"Windows"
]
}