예제 #1
0
        public override void OnStartServer()
        {
            base.OnStartServer();

            networkedMatrix.OnStartServer();

            if (matrixMove != null)
            {
                matrixMove.OnStartServer();
            }
        }
예제 #2
0
        public override void OnStartServer()
        {
            base.OnStartServer();

            matrixID = matrixIDcounter;
            matrixIDcounter++;

            networkedMatrix.OnStartServer();

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