コード例 #1
0
        private void Awake()
        {
            Ins = this;

            Server.Server.Ins.Init();
            Client.Client.Ins.Init();
        }
コード例 #2
0
        private void OnDestroy()
        {
            Ins = null;

            Server.Server.Ins.Dispose();
            Client.Client.Ins.Dispose();
        }