Fix stunbaton component namespace (#34790)

* Fixed incorrect namespace

* .Components was weird so I removed it
This commit is contained in:
Jessey van Hoeijen
2025-01-31 15:43:07 +01:00
committed by GitHub
parent d45b713258
commit c8c0821a23
2 changed files with 1 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
using Content.Server.Power.Components;
using Content.Server.Power.EntitySystems;
using Content.Server.Power.Events;
using Content.Server.Stunnable.Components;
using Content.Shared.Chemistry.EntitySystems;
using Content.Shared.Damage.Events;
using Content.Shared.Examine;

View File

@@ -2,7 +2,7 @@ using Content.Shared.Stunnable;
using Robust.Shared.Audio;
using Robust.Shared.GameStates;
namespace Content.Server.Stunnable.Components;
namespace Content.Shared.Stunnable;
[RegisterComponent, NetworkedComponent]
[AutoGenerateComponentState]