コード例 #1
0
    void EggReady(int eggNo)
    {
        Egg egg = EventsManager.em.eggs.Find(x => x.eggNo == eggNo);

        egg.SetEggReady();
    }