feat: Adds partial keyword to the Server.Utility class (#1954)

This commit is contained in:
Derek Gooding 2024-09-16 11:57:24 -04:00 committed by GitHub
parent 465d3c8187
commit 893441f74a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ using Server.Text;
namespace Server;
public static class Utility
public static partial class Utility
{
private static Dictionary<IPAddress, IPAddress> _ipAddressTable;