private void Awake() { _instance = this; NetWorkManager nw = new NetWorkManager(); nw.InitNetWork(1024); }