void Update() { if (lingsClient != null) { lingsClient.Update(); } }
void Update() { networkClient.Update(); }