コード例 #1
0
            public void Show()
            {
                DungeonObjectEvent e = transform.GetComponent <DungeonObjectEvent>();

                if (e != null)
                {
                    e.Show();
                }
            }