using System.Threading.Tasks; using Robust.Shared.Network; namespace Content.Server.Connection.Whitelist.Conditions; /// /// Condition that always matches /// public sealed partial class ConditionAlwaysMatch : WhitelistCondition { }