private IEnumerator Konami()
    {
        Module.GetComponentInChildren <KEgg>().Show();
        yield return(new WaitForSeconds(1f));

        Module.GetComponentInChildren <KEgg>().Hide();
    }