Beispiel #1
0
    public Tetris(BlockSpawner spawner)
    {
        Grid      = new Transform[Width, Height + ExtraHeight];
        m_spawner = spawner;

        m_spawner.InitNextChainSlot();
    }