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