Пример #1
0
 // Use this for initialization
 void Start()
 {
     msg = new MsgDoNothing
     {
         hello = "hello world",
         id    = 9
     };
     Debuger.EnableOnConsole(true);
     conn = TcpConnection.Instance;
     conn.ServiceEventHandler = ServiceOk;
 }