Remove disposal tubes component references and ECS some of it (#15188)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Content.Server.Disposal.Unit.Components;
|
||||
|
||||
namespace Content.Server.Disposal.Tube;
|
||||
|
||||
[ByRefEvent]
|
||||
public record struct GetDisposalsNextDirectionEvent(DisposalHolderComponent Holder)
|
||||
{
|
||||
public Direction Next;
|
||||
}
|
||||
Reference in New Issue
Block a user