mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-23 08:37:48 +03:00
Co-authored-by: Pieter-Jan Briers <pieterjan.briers@gmail.com> Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com> Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
8 lines
141 B
C#
8 lines
141 B
C#
namespace Content.Server.GameObjects.EntitySystems.AI.Pathfinding.GraphUpdates
|
|
{
|
|
public interface IPathfindingGraphUpdate
|
|
{
|
|
|
|
}
|
|
}
|