public static void triggerOnDisconnecting() { if (NetworkEvents.onDisconnecting != null) { NetworkEvents.onDisconnecting(); } }