コード例 #1
0
 public void Update()
 {
     m_client.Update();
 }
コード例 #2
0
 public void Update()
 {
     //网络客户端更新
     client.Update();
 }