Files
tbd-station-14/Content.Server/Movement/Systems/WaddleAnimationSystem.cs
2024-06-04 09:23:09 -04:00

6 lines
160 B
C#

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