Files

9 lines
181 B
C#
Raw Permalink Normal View History

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