GetDisposalsConnectableDirectionsEvent.cs 157 B

1234567
  1. namespace Content.Server.Disposal.Tube;
  2. [ByRefEvent]
  3. public record struct GetDisposalsConnectableDirectionsEvent
  4. {
  5. public Direction[] Connectable;
  6. }