Files
OldThink/Content.Client/_White/Animations/FlippingComponent.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

7 lines
127 B
C#

namespace Content.Client._White.Animations;
[RegisterComponent]
public sealed partial class FlippingComponent : Component
{
}