mirror of
http://47.107.252.169:3000/Roguelite-Game-Developing-Team/Gen_Hack-and-Slash-Roguelite.git
synced 2025-11-19 23:17:13 +08:00
(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