EntitySystemMessage Removal & InteractionSystem directed events (#3572)
* Removed obsolete EntitySystemMessage, now everything uses the base EntityEventArgs or the derived HandledEntityEventArgs. Setup InteractionSystem to use new directed events. * Update Submodule.
This commit is contained in:
@@ -9,7 +9,7 @@ using Robust.Shared.Timing;
|
||||
|
||||
namespace Content.Server.GameObjects.EntitySystems.AI.Pathfinding
|
||||
{
|
||||
public class PathfindingChunkUpdateMessage : EntitySystemMessage
|
||||
public class PathfindingChunkUpdateMessage : EntityEventArgs
|
||||
{
|
||||
public PathfindingChunk Chunk { get; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user