void Awake() { if (Instance != null) { Debug.LogError("Multiple instances of the SpecialEffectScript script."); } Instance = this; }
void Awake() { if (Instance != null) { Debug.LogError("Existem múltiplas instâncias do script SpecialEffectScript."); } Instance = this; }