예제 #1
0
    void OnText(string msg)
    {
        Debug.Log("OnText " + msg);
        string[] split = msg.Split(',');
        string   desc  = split[0];
        string   info  = split[1];

        msgController.UpdateMsg(info);
    }