Revert "Add pathfinding for dynamic bodies" (#18397)

This commit is contained in:
metalgearsloth
2023-07-28 19:58:31 +10:00
committed by GitHub
parent 49f3f07e30
commit e97e7f8137
2 changed files with 48 additions and 64 deletions

View File

@@ -45,7 +45,6 @@ namespace Content.Server.NPC.Pathfinding
[Dependency] private readonly IPlayerManager _playerManager = default!;
[Dependency] private readonly IRobustRandom _random = default!;
[Dependency] private readonly DestructibleSystem _destructible = default!;
[Dependency] private readonly EntityLookupSystem _lookup = default!;
[Dependency] private readonly FixtureSystem _fixtures = default!;
[Dependency] private readonly SharedPhysicsSystem _physics = default!;