mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-12 22:44:36 +01:00
sendchat and packet handler options
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
using System.Net.Sockets;
|
||||
using BLHX.Server.Common.Data;
|
||||
using BLHX.Server.Common.Utils;
|
||||
using BLHX.Server.Game.Managers;
|
||||
|
||||
namespace BLHX.Server.Game
|
||||
{
|
||||
@@ -11,6 +12,7 @@ namespace BLHX.Server.Game
|
||||
public static readonly Dictionary<IPEndPoint, Connection> connections = new();
|
||||
public static readonly Logger c = new(nameof(GameServer), ConsoleColor.Magenta);
|
||||
public static IPEndPoint EndPoint { get; }
|
||||
public static ChatManager ChatManager { get; } = new ChatManager();
|
||||
|
||||
static GameServer()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user