Skip to content

Commit

Permalink
Update Content.Server/DeltaV/Harpy/HarpySingerSystem.cs
Browse files Browse the repository at this point in the history
Co-authored-by: DEATHB4DEFEAT <[email protected]>
Signed-off-by: VMSolidus <[email protected]>
  • Loading branch information
VMSolidus and DEATHB4DEFEAT authored Oct 16, 2023
1 parent a2fcb88 commit 1e774aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Content.Server/DeltaV/Harpy/HarpySingerSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ public sealed class HarpySingerSystem : EntitySystem
{
[Dependency] private readonly InstrumentSystem _instrument = default!;
[Dependency] private readonly MobStateSystem _mobState = default!;


public override void Initialize()
{
base.Initialize();
Expand Down

0 comments on commit 1e774aa

Please sign in to comment.