(client) chore:Rename Network to UnityTcpClient

This commit is contained in:
CaicukunChiji
2025-07-09 19:46:49 +08:00
parent fb6ec7f882
commit 9823382c94
2 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ using Utils;
namespace Network
{
public class Network : Singleton<Network>
public class UnityTcpClient : Singleton<UnityTcpClient>
{
private TcpClient _tcpClient;
public bool IsConnected => _tcpClient?.Connected ?? false;