コード例 #1
0
ファイル: UIApplyList.cs プロジェクト: moto2002/snowbattle
    public override void OnDestroy()
    {
        base.OnDestroy();

        GameObject.Destroy(m_item);
        UIGrid.Destroy(m_gridList);
        foreach (UIWindow item in m_friendList.Values)
        {
            item.Destroy();
        }
        m_friendList.Clear();
    }