Merge branch 'tt'
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
using Assets.Scripts.Entity;
|
||||
using Assets.Scripts.Hotfix;
|
||||
using Fantasy.Async;
|
||||
using Fantasy.Network;
|
||||
using NBC;
|
||||
using NBC.Network;
|
||||
using NBF.Fishing2;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System.Collections.Generic;
|
||||
using NBC;
|
||||
using NBC.Entitas;
|
||||
using Fantasy.Entitas;
|
||||
|
||||
namespace NBF.Fishing2
|
||||
{
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Fantasy.Async;
|
||||
using NBC;
|
||||
using NBC.Entitas;
|
||||
using NBC.Entitas.Interface;
|
||||
using Fantasy.Entitas;
|
||||
using Fantasy.Entitas.Interface;
|
||||
|
||||
namespace NBF.Fishing2
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
namespace Assets.Scripts.Entity
|
||||
{
|
||||
public class AuthenticationSelectComponent : NBC.Entitas.Entity
|
||||
public class AuthenticationSelectComponent : Fantasy.Entitas.Entity
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ namespace Assets.Scripts.Entity
|
||||
public string aud { get; set; }
|
||||
}
|
||||
|
||||
public sealed class JWTParseComponent : NBC.Entitas.Entity
|
||||
public sealed class JWTParseComponent : Fantasy.Entitas.Entity
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using Fantasy.Async;
|
||||
using Fantasy.Network;
|
||||
using Fantasy.Network.Interface;
|
||||
using NBC;
|
||||
using NBC.Async;
|
||||
using NBC.Network;
|
||||
using NBC.Network.Interface;
|
||||
|
||||
namespace Assets.Scripts.Hotfix
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System.Collections.Generic;
|
||||
using Assets.Scripts.Entity;
|
||||
using NBC.Helper;
|
||||
using Fantasy.Helper;
|
||||
|
||||
namespace Assets.Scripts.Hotfix
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using Assets.Scripts.Entity;
|
||||
using Fantasy.Helper;
|
||||
using NBC;
|
||||
using NBC.Helper;
|
||||
|
||||
namespace Assets.Scripts.Hotfix
|
||||
{
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
using System;
|
||||
using Fantasy;
|
||||
using Fantasy.Network;
|
||||
using NBC;
|
||||
using NBC.Network;
|
||||
|
||||
namespace Assets.Scripts.Hotfix
|
||||
{
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
using NBC;
|
||||
using NBC.Network;
|
||||
using NBC.Network.Interface;
|
||||
using Fantasy.Async;
|
||||
using Fantasy.Network;
|
||||
using Fantasy.Network.Interface;
|
||||
using NBC;
|
||||
|
||||
namespace NBF
|
||||
{
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
using Assets.Scripts.Entity;
|
||||
using Assets.Scripts.Hotfix;
|
||||
using Fantasy.Async;
|
||||
using Fantasy.Network;
|
||||
using Fantasy.Network.Interface;
|
||||
using NBC;
|
||||
using NBC.Network;
|
||||
using NBC.Network.Interface;
|
||||
|
||||
namespace NBF
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using NBC.Network.Interface;
|
||||
using Fantasy.Network.Interface;
|
||||
|
||||
namespace NBF
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user