升级框架版本

This commit is contained in:
Bob.Song
2025-11-12 17:24:02 +08:00
parent 4059c207c0
commit 5e6119a073
2246 changed files with 6233 additions and 313 deletions

View File

@@ -1,6 +1,6 @@
namespace Assets.Scripts.Entity
{
public class AuthenticationSelectComponent : NBC.Entitas.Entity
public class AuthenticationSelectComponent : Fantasy.Entitas.Entity
{
}

View File

@@ -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
{
}

View File

@@ -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
{

View File

@@ -1,6 +1,6 @@
using System.Collections.Generic;
using Assets.Scripts.Entity;
using NBC.Helper;
using Fantasy.Helper;
namespace Assets.Scripts.Hotfix
{

View File

@@ -1,7 +1,7 @@
using System;
using Assets.Scripts.Entity;
using Fantasy.Helper;
using NBC;
using NBC.Helper;
namespace Assets.Scripts.Hotfix
{

View File

@@ -1,6 +1,7 @@
using System;
using Fantasy;
using Fantasy.Network;
using NBC;
using NBC.Network;
namespace Assets.Scripts.Hotfix
{

View File

@@ -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
{

View File

@@ -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
{

View File

@@ -1,4 +1,4 @@
using NBC.Network.Interface;
using Fantasy.Network.Interface;
namespace NBF
{