Files
wwdpublic/Content.Shared/_White/Wield/ToggleableWieldedComponent.cs
Spatison f54716ba82 [Port] Энергетический Меч / Energy Sword (#6)
* add: Flip on hit system

* WD EDIT

* fix: animation

* fix: sound

* fix: sound

* Revert "fix: sound"

This reverts commit 64a12861ce.

* fix: sound
2024-09-01 00:40:36 +07:00

5 lines
128 B
C#

namespace Content.Shared._White.Wield;
[RegisterComponent]
public sealed partial class ToggleableWieldedComponent : Component;