// Signal to show cutouts // Wait for timeout or to receive signal back that both have been shot // speed up // repeat private void Awake() { CurrentTime = InitialTime; UiScript = GetComponent <GrandmaUI>(); }
private void Awake() { AmmoScript = GetComponent <GrandmaAmmo>(); UIScript = GetComponent <GrandmaUI>(); }