mirror of
http://47.107.252.169:3000/Roguelite-Game-Developing-Team/Gen_Hack-and-Slash-Roguelite.git
synced 2025-11-20 02:17:12 +08:00
(client) chore:Rename Network to UnityTcpClient
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user