Beispiel #1
0
    public void Setup(TetrisGame game)
    {
        _game = game;
        Reset();

        for (int i = 0; i < shapeCounterDisplays.Length; ++i)
        {
            shapeCounterDisplays[i].Shape = game.GetGameData().Shapes[i];
        }
    }