using System.Threading.Tasks; using Content.Server.Database; using Robust.Shared.Network; namespace Content.Server.Connection.Whitelist.Conditions; /// /// Condition that matches if the player is in the manual blacklist. /// public sealed partial class ConditionManualBlacklistMembership : WhitelistCondition { }