Exemple #1
0
    public bool Compile()
    {
        Bloco block = this.gameObject.GetComponent <Bloco>();

        return(block.Compile());
    }