Exemplo n.º 1
0
        public override void OnStartServer()
        {
            base.OnStartServer();

            networkedMatrix.OnStartServer();

            if (matrixMove != null)
            {
                matrixMove.OnStartServer();
            }
        }
Exemplo n.º 2
0
        public override void OnStartServer()
        {
            base.OnStartServer();

            matrixID = matrixIDcounter;
            matrixIDcounter++;

            networkedMatrix.OnStartServer();

            if (matrixMove != null)
            {
                matrixMove.OnStartServer();
            }
        }