Added the support for a the client updater

This commit is contained in:
WolverinDEV
2020-08-23 11:54:45 +02:00
parent 3611718bc7
commit ea6e37e4f1
5 changed files with 156 additions and 5 deletions
@@ -1,4 +0,0 @@
import * as handler from "../connection/ServerConnection";
export const spawn_server_connection = handler.spawn_server_connection;
export const destroy_server_connection = handler.destroy_server_connection;