File tree Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 3
3
using Newtonsoft . Json ;
4
4
using Newtonsoft . Json . Linq ;
5
5
6
- namespace Extensions . ezyfox_server_csharp_client . unity
6
+ namespace com . tvd12 . ezyfoxserver . client . unity
7
7
{
8
8
public class EzyClientConfigJsonConverter : JsonConverter < EzyClientConfig >
9
9
{
@@ -48,7 +48,7 @@ JsonSerializer serializer
48
48
)
49
49
{
50
50
throw new NotImplementedException (
51
- "Unnecessary because CanRead is false. " +
51
+ "Unnecessary because CanRead is false. " +
52
52
"The type will skip the converter."
53
53
) ;
54
54
}
Original file line number Diff line number Diff line change 1
1
using System ;
2
+
2
3
namespace com . tvd12 . ezyfoxserver . client . unity
3
4
{
4
5
public class EzyDelegates
Original file line number Diff line number Diff line change 8
8
using Newtonsoft . Json . Linq ;
9
9
using Object = System . Object ;
10
10
11
- namespace com . tvd12 . ezyfoxserver . client . util
11
+ namespace com . tvd12 . ezyfoxserver . client . unity
12
12
{
13
13
public static class EzyJsons
14
14
{
Original file line number Diff line number Diff line change 11
11
using com . tvd12 . ezyfoxserver . client . setup ;
12
12
using com . tvd12 . ezyfoxserver . client . socket ;
13
13
using com . tvd12 . ezyfoxserver . client . statistics ;
14
- using com . tvd12 . ezyfoxserver . client . util ;
15
- using Extensions . ezyfox_server_csharp_client . unity ;
16
14
using Newtonsoft . Json ;
17
15
18
16
namespace com . tvd12 . ezyfoxserver . client . unity
Original file line number Diff line number Diff line change 1
1
using System ;
2
- using com . tvd12 . ezyfoxserver . client . constant ;
3
2
using UnityEngine ;
4
3
5
4
namespace com . tvd12 . ezyfoxserver . client . unity
You can’t perform that action at this time.
0 commit comments