From ea61e2d7a1f289011c49cf257d7ecdb8bf455d47 Mon Sep 17 00:00:00 2001 From: Arnaud Jamin Date: Wed, 18 Oct 2023 21:12:55 -0400 Subject: [PATCH] Fix tabs --- Cog.uproject | 51 +++++++++++++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 24 deletions(-) diff --git a/Cog.uproject b/Cog.uproject index 201dbcf..d71dfc5 100644 --- a/Cog.uproject +++ b/Cog.uproject @@ -1,26 +1,29 @@ { - "FileVersion": 3, - "EngineAssociation": "{3A102A73-4E1B-A4EE-9D23-BC868A1B3015}", - "Category": "", - "Description": "", - "Modules": [ - { - "Name": "CogSample", - "Type": "Runtime", - "LoadingPhase": "Default" - } - ], - "Plugins": [ - { - "Name": "GameplayAbilities", - "Enabled": true - }, - { - "Name": "ModelingToolsEditorMode", - "Enabled": true, - "TargetAllowList": [ - "Editor" - ] - } - ] + "FileVersion": 3, + "EngineAssociation": "5.1", + "Category": "", + "Description": "", + "Modules": + [ + { + "Name": "CogSample", + "Type": "Runtime", + "LoadingPhase": "Default" + } + ], + "Plugins": + [ + { + "Name": "GameplayAbilities", + "Enabled": true + }, + { + "Name": "ModelingToolsEditorMode", + "Enabled": true, + "TargetAllowList": + [ + "Editor" + ] + } + ] } \ No newline at end of file