mirror of
https://github.com/Ed94/Cog.git
synced 2026-08-06 23:58:48 +00:00
Add gameplay tasks window. Add blocking tags in the gameplay ability window.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using UnrealBuildTool;
|
||||
using UnrealBuildTool.Rules;
|
||||
|
||||
public class CogAbility : ModuleRules
|
||||
{
|
||||
@@ -37,6 +38,7 @@ public class CogAbility : ModuleRules
|
||||
new string[]
|
||||
{
|
||||
"CoreUObject",
|
||||
"GameplayTasks",
|
||||
"Engine",
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user