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

            networkedMatrix.OnStartServer();

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

            matrixID = matrixIDcounter;
            matrixIDcounter++;

            networkedMatrix.OnStartServer();

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