Skip to content

Commit

Permalink
Fix namespace of ConstructionQueueFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
ekolis committed Dec 21, 2024
1 parent 9116a02 commit 8544bca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FrEee.Processes/Construction/ConstructionQueueFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
using FrEee.Modding;
using FrEee.Modding.Abilities;
using FrEee.Objects.Civilization;
using FrEee.Processes.Construction;
using FrEee.Processes.Combat.Grid;
using FrEee.Utility;
using FrEee.Vehicles;

namespace FrEee.Processes.Combat.Grid;
namespace FrEee.Processes.Construction;

/// <summary>
/// Stock implementation of <see cref="IConstructionQueueFactory"/>.
Expand Down
1 change: 1 addition & 0 deletions FrEee.Root/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
using FrEee.Processes;
using FrEee.Processes.Combat;
using FrEee.Processes.Combat.Grid;
using FrEee.Processes.Construction;
using FrEee.Utility;
using FrEee.Vehicles;

Expand Down

0 comments on commit 8544bca

Please sign in to comment.