// Start is called before the first frame update void Start() { var tetroMino = Tetromino.FromBlueprint(Tetromino.Type.I); Debug.Log("Hello World!"); }