feat: Adds partial keyword to the Server.Utility class (#1954)
This commit is contained in:
parent
465d3c8187
commit
893441f74a
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ using Server.Text;
|
|||
|
||||
namespace Server;
|
||||
|
||||
public static class Utility
|
||||
public static partial class Utility
|
||||
{
|
||||
private static Dictionary<IPAddress, IPAddress> _ipAddressTable;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue