Nakatomi/Nakatomi.uproject

35 lines
522 B
Plaintext
Raw Normal View History

2022-12-08 03:40:24 +01:00
{
"FileVersion": 3,
"EngineAssociation": "5.1",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "Nakatomi",
"Type": "Runtime",
2022-12-13 05:14:07 +01:00
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine",
2023-02-03 02:32:20 +01:00
"FieldSystemEngine",
"AIModule"
2022-12-13 05:14:07 +01:00
]
2022-12-08 03:40:24 +01:00
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "ApexDestruction",
"Enabled": true
},
{
"Name": "FieldSystemPlugin",
"Enabled": true
2022-12-08 03:40:24 +01:00
}
]
}