Exemplo n.º 1
0
        private void Awake()
        {
            Ins = this;

            Server.Ins.Init();
        }
Exemplo n.º 2
0
        private void OnDestroy()
        {
            Ins = null;

            Server.Ins.Dispose();
        }