示例#1
0
 void Start()
 {
     _sc = this.GetComponent <SocketController>();
     _sc.Init(socketUrl);
 }