mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-06-09 13:26:34 +02:00
8 lines
157 B
C#
8 lines
157 B
C#
namespace Content.Server.Disposal.Tube;
|
|
|
|
[ByRefEvent]
|
|
public record struct GetDisposalsConnectableDirectionsEvent
|
|
{
|
|
public Direction[] Connectable;
|
|
}
|