10 lines
205 B
C#
10 lines
205 B
C#
using Content.Server.Disposal.Unit.Components;
|
|
|
|
namespace Content.Server.Disposal.Tube;
|
|
|
|
[ByRefEvent]
|
|
public record struct GetDisposalsConnectableDirectionsEvent
|
|
{
|
|
public Direction[] Connectable;
|
|
}
|