Move HeadstandComponent to Shared (#39377)

Move HeadstandComponent to Shared
This commit is contained in:
Tayrtahn
2025-08-04 17:00:19 -04:00
committed by GitHub
parent e996fb62f1
commit 312f81d58a
4 changed files with 4 additions and 24 deletions

View File

@@ -3,7 +3,7 @@
namespace Content.Shared.Administration.Components;
/// <summary>
/// Flips the target's sprite on it's head, so they do a headstand.
/// Flips the target's sprite on its head, so they do a headstand.
/// </summary>
[NetworkedComponent]
public abstract partial class SharedHeadstandComponent : Component { }
[RegisterComponent, NetworkedComponent]
public sealed partial class HeadstandComponent : Component;