Skip to content

Commit

Permalink
Added missed public dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSeliv committed Nov 6, 2023
1 parent 270e005 commit 715f999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Bomber/Bomber.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public Bomber(ReadOnlyTargetRules Target) : base(Target)
//My modules
, "FunctionPicker" // Created properties in UMyInputAction
, "MetaCheatManager" // Created UMyCheatManager
, "PoolManager" // Created property in FMapComponentSpec
}
);

Expand All @@ -35,7 +36,6 @@ public Bomber(ReadOnlyTargetRules Target) : base(Target)
//My modules
, "MyUtils" // UUtilsLibrary
, "SettingsWidgetConstructor" // Generates settings
, "PoolManager" // Used to spawn level actors
}
);

Expand Down

0 comments on commit 715f999

Please sign in to comment.