6 lines
160 B
C#
6 lines
160 B
C#
using Content.Shared.Movement.Systems;
|
|
|
|
namespace Content.Server.Movement.Systems;
|
|
|
|
public sealed class WaddleAnimationSystem : SharedWaddleAnimationSystem;
|