using IgniteEngine.Networking; namespace GameLogServer.Handlers { internal static class MiscHandlers { internal static void NC_MISC_S2SCONNECTION_REQ(NetworkMessage message, NetworkConnection connection) { // Do Nothing! } } }