Files
Aura-TopDownRPG-GAS/Aura.uproject

33 lines
495 B
Plaintext
Raw Normal View History

2025-10-14 22:20:59 -04:00
{
"FileVersion": 3,
"EngineAssociation": "5.5",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "Aura",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine",
"GameplayAbilities",
"UMG",
2025-10-16 14:33:58 -04:00
"CoreUObject",
"EnhancedInput"
2025-10-14 22:20:59 -04:00
]
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "GameplayAbilities",
"Enabled": true
}
]
}