mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 05:27:38 +03:00
* add: Flip on hit system
* WD EDIT
* fix: animation
* fix: sound
* fix: sound
* Revert "fix: sound"
This reverts commit 64a12861ce.
* fix: sound
5 lines
128 B
C#
5 lines
128 B
C#
namespace Content.Shared._White.Wield;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class ToggleableWieldedComponent : Component;
|