Files
OldThink/Content.Shared/_White/Animations/FlipOnHitComponent.cs
Aviu00 2978834228 Esword stuff (#329)
* - fix: Fix black RGB.

* - add: Toy sword update.

* - add: FlipOnHitSystem.

* - tweak: Price reduction.
2024-06-05 17:31:21 +03:00

9 lines
181 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared._White.Animations;
[RegisterComponent, NetworkedComponent]
public sealed partial class FlipOnHitComponent : Component
{
}