Files
crystall-punk-14/Content.Server/Connection/Whitelist/Conditions/ConditionAlwaysMatch.cs

13 lines
260 B
C#
Raw Permalink Normal View History

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