Sprite Movement working with AI movement (#33494)

* FINALLY

* Update animals.yml
This commit is contained in:
Ed
2024-12-18 19:15:34 +03:00
committed by GitHub
parent b649517a17
commit 18fe8b9df0
10 changed files with 182 additions and 115 deletions

View File

@@ -0,0 +1,7 @@
using Content.Shared.Movement.Systems;
namespace Content.Server.Movement.Systems;
public sealed class SpriteMovementSystem : SharedSpriteMovementSystem
{
}