Exemplo n.º 1
0
    protected override void PageSwitchSetting(bool initalize)
    {
        base.PageSwitchSetting(initalize);

        m_PartyUnit = GetComponentInChildren <DebugReplacePartyUnit>();
        if (m_PartyUnit != null)
        {
            m_PartyUnit.CreateList();
        }
    }