mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-26 18:17:12 +03:00
* add: Flip on hit system
* WD EDIT
* fix: animation
* fix: sound
* fix: sound
* Revert "fix: sound"
This reverts commit 64a12861ce.
* fix: sound
7 lines
178 B
C#
7 lines
178 B
C#
using Robust.Shared.GameStates;
|
|
|
|
namespace Content.Shared._White.Animations;
|
|
|
|
[RegisterComponent, NetworkedComponent]
|
|
public sealed partial class FlipOnHitComponent : Component;
|