* - fix: Fix black RGB. * - add: Toy sword update. * - add: FlipOnHitSystem. * - tweak: Price reduction.
7 lines
127 B
C#
7 lines
127 B
C#
namespace Content.Client._White.Animations;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class FlippingComponent : Component
|
|
{
|
|
}
|