Sprite Movement working with AI movement (#33494)
* FINALLY * Update animals.yml
This commit is contained in:
7
Content.Server/Movement/Systems/SpriteMovementSystem.cs
Normal file
7
Content.Server/Movement/Systems/SpriteMovementSystem.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using Content.Shared.Movement.Systems;
|
||||
|
||||
namespace Content.Server.Movement.Systems;
|
||||
|
||||
public sealed class SpriteMovementSystem : SharedSpriteMovementSystem
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user