(client) chore:Rename Network to UnityTcpClient
This commit is contained in:
@ -6,7 +6,7 @@ using Utils;
|
|||||||
|
|
||||||
namespace Network
|
namespace Network
|
||||||
{
|
{
|
||||||
public class Network : Singleton<Network>
|
public class UnityTcpClient : Singleton<UnityTcpClient>
|
||||||
{
|
{
|
||||||
private TcpClient _tcpClient;
|
private TcpClient _tcpClient;
|
||||||
public bool IsConnected => _tcpClient?.Connected ?? false;
|
public bool IsConnected => _tcpClient?.Connected ?? false;
|
Reference in New Issue
Block a user