public static GameObject InstancieEDestrua(DoJogo nome, Vector3 posInicial, Vector3 forwardInicial, float tempoDeGolpe) { return(InstancieEDestrua(nome.ToString(), posInicial, forwardInicial, tempoDeGolpe)); }
public GameObject retorna(DoJogo doJogo) { return(retorna(doJogo.ToString(), "doJogo")); }