예제 #1
0
 void Update()
 {
     if (lingsClient != null)
     {
         lingsClient.Update();
     }
 }
예제 #2
0
 void Update()
 {
     networkClient.Update();
 }