예제 #1
0
    void Awake()
    {
        logging              = GameObject.Find("Text").GetComponent <Text>();
        logging.text        += ("antenna awake");
        this.client          = Variables.client;
        this.client.graphics = this;

        client.SendReady();
    }