Adds arrivals blacklist (#14882)

This commit is contained in:
Flipp Syder
2023-03-26 18:53:27 -07:00
committed by GitHub
parent 018ba85885
commit 626dfa05cd
4 changed files with 17 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
namespace Content.Server.Shuttles.Components;
/// <summary>
/// This is used for blacklisting entities from being on the arrivals shuttle when it goes FTL.
/// </summary>
[RegisterComponent]
public sealed class ArrivalsBlacklistComponent : Component
{
}