// Start is called before the first frame update public string Code() { Bloco block = this.gameObject.GetComponent <Bloco>(); return(block.ToCode()); }