Delta-v/Content.Server/Movement/Systems/WaddleAnimationSystem.cs

6 lines
160 B
C#

using Content.Shared.Movement.Systems;
namespace Content.Server.Movement.Systems;
public sealed class WaddleAnimationSystem : SharedWaddleAnimationSystem;