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