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

        egg.SetDestroyEgg();
    }