Ejemplo n.º 1
0
        protected override void ResetGame()
        {
            left  = new BlockFallInstance(this, serverRnd, true);
            right = new BlockFallInstance(this, clientRnd, false);

            PlayerSide.Reset();
        }