* - fix: Fix black RGB. * - add: Toy sword update. * - add: FlipOnHitSystem. * - tweak: Price reduction.
9 lines
181 B
C#
9 lines
181 B
C#
using Robust.Shared.GameStates;
|
|
|
|
namespace Content.Shared._White.Animations;
|
|
|
|
[RegisterComponent, NetworkedComponent]
|
|
public sealed partial class FlipOnHitComponent : Component
|
|
{
|
|
}
|