(client) chore:Adjust Network directory position
This commit is contained in:
8
Client/Assets/Scripts/Network.meta
Normal file
8
Client/Assets/Scripts/Network.meta
Normal file
@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 36bb272d9a70ff347965919811a887de
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@ -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>
|
||||
{
|
Reference in New Issue
Block a user