diff --git a/Client/Assets/Scripts/Network.meta b/Client/Assets/Scripts/Network.meta new file mode 100644 index 0000000..ec7e1d2 --- /dev/null +++ b/Client/Assets/Scripts/Network.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 36bb272d9a70ff347965919811a887de +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Client/Assets/Scripts/Utils/Network.cs b/Client/Assets/Scripts/Network/Network.cs similarity index 99% rename from Client/Assets/Scripts/Utils/Network.cs rename to Client/Assets/Scripts/Network/Network.cs index 16d5cd9..5305eec 100644 --- a/Client/Assets/Scripts/Utils/Network.cs +++ b/Client/Assets/Scripts/Network/Network.cs @@ -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 { diff --git a/Client/Assets/Scripts/Utils/Network.cs.meta b/Client/Assets/Scripts/Network/Network.cs.meta similarity index 100% rename from Client/Assets/Scripts/Utils/Network.cs.meta rename to Client/Assets/Scripts/Network/Network.cs.meta