mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 13:37:47 +03:00
* add: Flip on hit system
* WD EDIT
* fix: animation
* fix: sound
* fix: sound
* Revert "fix: sound"
This reverts commit 64a12861ce.
* fix: sound
8 lines
174 B
C#
8 lines
174 B
C#
namespace Content.Client._White.Animations;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class FlippingComponent : Component
|
|
{
|
|
public const string AnimationKey = "flip";
|
|
}
|