IEnumerator GoAndCatchCreature(CreatureScript creaturee)
 {
     yield return new WaitForSeconds(2f);
     network.SendCreatureCaught(creaturee.GetComponent<Creature>().Seed);
 }