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

@@ -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]