Esword stuff (#329)
* - fix: Fix black RGB. * - add: Toy sword update. * - add: FlipOnHitSystem. * - tweak: Price reduction.
This commit is contained in:
8
Content.Shared/_White/Animations/FlipOnHitComponent.cs
Normal file
8
Content.Shared/_White/Animations/FlipOnHitComponent.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Shared._White.Animations;
|
||||
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed partial class FlipOnHitComponent : Component
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user