Fix stunbaton component namespace (#34790)
* Fixed incorrect namespace * .Components was weird so I removed it
This commit is contained in:
committed by
GitHub
parent
d45b713258
commit
c8c0821a23
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user