Exemplo n.º 1
0
    // Use this for initialization
    void Start()
    {
        print("Match started");
        GameObject[] gob = GameObject.FindGameObjectsWithTag("ViewHolder");
        ViewHolder   vh  = gob[0].GetComponent <ViewHolder>();

        vh.RegisterActiveMatch(this);
        vh.TryToShowMultiplayerScreen();
    }