Files
wwdpublic/Content.Server/Movement/Systems/SpriteMovementSystem.cs
Ed f6f3f38d66 Sprite Movement working with AI movement (#33494)
* FINALLY

* Update animals.yml

(cherry picked from commit f9ac956c0c1a79bc73984989c2b625c25b357ca1)
2025-01-15 18:17:28 +03:00

8 lines
158 B
C#

using Content.Shared.Movement.Systems;
namespace Content.Server.Movement.Systems;
public sealed class SpriteMovementSystem : SharedSpriteMovementSystem
{
}