Project02/ProjectFish/ProjectFish.uproject

27 lines
414 B
Plaintext
Raw Normal View History

2025-06-18 10:07:14 +08:00
{
"FileVersion": 3,
"EngineAssociation": "5.5",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "ProjectFish",
"Type": "Runtime",
"LoadingPhase": "Default"
2025-06-24 15:01:58 +08:00
},
{
"Name": "ProjectFishEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
2025-06-18 10:07:14 +08:00
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
}
]
}