Files
BusyRabbit/BusyRabbit.uproject

32 lines
480 B
Plaintext
Raw Normal View History

2025-07-09 01:08:35 +08:00
{
"FileVersion": 3,
2025-10-25 04:15:58 +08:00
"EngineAssociation": "5.6",
2025-07-09 01:08:35 +08:00
"Category": "",
"Description": "",
"Modules": [
{
"Name": "BusyRabbit",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine",
"CoreUObject",
"GameplayAbilities",
"UMG"
]
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "GameplayAbilities",
"Enabled": true
}
]
}