Adds a new Server class to manage multiplayer sessions. The server
automatically starts in a server build, initializes the NetworkManager,
and loads the specified multiplayer scene after a delay. It also logs
client connections and handles cleanup on application quit. This
enhances the networking capabilities of the application.