SS14-26964 Clown Waddling Replicates, etc (#26983)

This commit is contained in:
Hannah Giovanna Dawson
2024-06-04 14:23:09 +01:00
committed by GitHub
parent 58647e7036
commit d4fe7eda51
6 changed files with 213 additions and 122 deletions

View File

@@ -0,0 +1,5 @@
using Content.Shared.Movement.Systems;
namespace Content.Server.Movement.Systems;
public sealed class WaddleAnimationSystem : SharedWaddleAnimationSystem;