This commit is contained in:
Arnaud Jamin
2023-10-18 21:12:55 -04:00
parent 74d43f0b4c
commit ea61e2d7a1
+27 -24
View File
@@ -1,26 +1,29 @@
{ {
"FileVersion": 3, "FileVersion": 3,
"EngineAssociation": "{3A102A73-4E1B-A4EE-9D23-BC868A1B3015}", "EngineAssociation": "5.1",
"Category": "", "Category": "",
"Description": "", "Description": "",
"Modules": [ "Modules":
{ [
"Name": "CogSample", {
"Type": "Runtime", "Name": "CogSample",
"LoadingPhase": "Default" "Type": "Runtime",
} "LoadingPhase": "Default"
], }
"Plugins": [ ],
{ "Plugins":
"Name": "GameplayAbilities", [
"Enabled": true {
}, "Name": "GameplayAbilities",
{ "Enabled": true
"Name": "ModelingToolsEditorMode", },
"Enabled": true, {
"TargetAllowList": [ "Name": "ModelingToolsEditorMode",
"Editor" "Enabled": true,
] "TargetAllowList":
} [
] "Editor"
]
}
]
} }