void EggReady(int eggNo) { Egg egg = EventsManager.em.eggs.Find(x => x.eggNo == eggNo); egg.SetEggReady(); }