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:
@@ -180,7 +180,7 @@ namespace Content.Server.GameObjects.Components.Observer
|
||||
message.AddMarkup(Loc.GetString("Died [color=yellow]{0}[/color].", deathTimeInfo));
|
||||
}
|
||||
|
||||
public class GhostReturnMessage : EntitySystemMessage
|
||||
public class GhostReturnMessage : EntityEventArgs
|
||||
{
|
||||
public GhostReturnMessage(Mind sender)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user