]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix master (#15883)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Sat, 29 Apr 2023 07:26:18 +0000 (17:26 +1000)
committerGitHub <noreply@github.com>
Sat, 29 Apr 2023 07:26:18 +0000 (17:26 +1000)
Content.Shared/Movement/Components/MovementBodyPartComponent.cs

index 6f40987c1ab33d2321a3650c209b41fb68678ef0..f4d20033f7c078d9f0e56e4794cf50b5a79a6187 100644 (file)
@@ -1,3 +1,5 @@
+using Robust.Shared.GameStates;
+
 namespace Content.Shared.Movement.Components;
 
 [RegisterComponent, NetworkedComponent]