GrapplingGravity/GrapplingGravity.uproject

30 lines
441 B
Plaintext
Raw Normal View History

2023-11-06 01:01:23 +00:00
{
"FileVersion": 3,
2023-11-07 16:26:41 +00:00
"EngineAssociation": "5.3",
2023-11-06 01:01:23 +00:00
"Category": "",
"Description": "",
"Modules": [
{
"Name": "GrapplingGravity",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
2023-11-08 18:43:22 +00:00
},
{
"Name": "GameplayAbilities",
"Enabled": true
2024-11-06 22:24:55 +00:00
},
{
"Name": "GeometryScripting",
"Enabled": true
2023-11-06 01:01:23 +00:00
}
]
}