(client) chore:Adjust Network directory position

This commit is contained in:
CaicukunChiji
2025-07-09 19:43:59 +08:00
parent 3f38673054
commit fb6ec7f882
3 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 36bb272d9a70ff347965919811a887de
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -2,8 +2,9 @@ using System;
using System.Net.Sockets;
using System.Text;
using UnityEngine;
using Utils;
namespace Utils
namespace Network
{
public class Network : Singleton<Network>
{