示例#1
0
    void Start()
    {
        cAud  = GetComponentInChildren <AD_Exhibition>();
        cMan  = GetComponent <EX_Man>();
        cPick = GetComponent <EX_PL_Pick>();
        cLive = GetComponent <EX_PL_Live>();
        cRes  = GetComponent <EX_PL_Res>();

        mGameData = new GameData();

        mUI.gameObject.SetActive(false);
    }
示例#2
0
 void Start()
 {
     cPlays  = GetComponent <EX_Plays>();
     cResult = GetComponent <EX_PL_Res>();
 }