Пример #1
0
    // Start is called before the first frame update
    void Start()
    {
        var tetroMino = Tetromino.FromBlueprint(Tetromino.Type.I);

        Debug.Log("Hello World!");
    }