Skip to content

Commit

Permalink
update namespace, remove redundant imports (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
vu-luong authored Jan 26, 2023
1 parent e886b96 commit 17570df
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions unity/EzyClientConfigJsonConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;

namespace Extensions.ezyfox_server_csharp_client.unity
namespace com.tvd12.ezyfoxserver.client.unity
{
public class EzyClientConfigJsonConverter : JsonConverter<EzyClientConfig>
{
Expand Down Expand Up @@ -48,7 +48,7 @@ JsonSerializer serializer
)
{
throw new NotImplementedException(
"Unnecessary because CanRead is false. " +
"Unnecessary because CanRead is false. " +
"The type will skip the converter."
);
}
Expand Down
1 change: 1 addition & 0 deletions unity/EzyDelegates.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System;

namespace com.tvd12.ezyfoxserver.client.unity
{
public class EzyDelegates
Expand Down
2 changes: 1 addition & 1 deletion unity/EzyJsons.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Newtonsoft.Json.Linq;
using Object = System.Object;

namespace com.tvd12.ezyfoxserver.client.util
namespace com.tvd12.ezyfoxserver.client.unity
{
public static class EzyJsons
{
Expand Down
2 changes: 0 additions & 2 deletions unity/EzyWSClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
using com.tvd12.ezyfoxserver.client.setup;
using com.tvd12.ezyfoxserver.client.socket;
using com.tvd12.ezyfoxserver.client.statistics;
using com.tvd12.ezyfoxserver.client.util;
using Extensions.ezyfox_server_csharp_client.unity;
using Newtonsoft.Json;

namespace com.tvd12.ezyfoxserver.client.unity
Expand Down
1 change: 0 additions & 1 deletion unity/variable/EzySocketConfigVariable.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using com.tvd12.ezyfoxserver.client.constant;
using UnityEngine;

namespace com.tvd12.ezyfoxserver.client.unity
Expand Down

0 comments on commit 17570df

Please sign in to comment.