Esword stuff (#329)

* - fix: Fix black RGB.

* - add: Toy sword update.

* - add: FlipOnHitSystem.

* - tweak: Price reduction.
This commit is contained in:
Aviu00
2024-06-05 14:31:21 +00:00
committed by GitHub
parent 4827bd5701
commit 2978834228
11 changed files with 181 additions and 9 deletions

View File

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