合并服务

This commit is contained in:
Bob.Song
2026-03-11 10:15:59 +08:00
parent 1f1c603489
commit 1517df6f47
7 changed files with 674 additions and 849 deletions

View File

@@ -58,7 +58,7 @@ namespace NBF
var tree = ChatTreeFactory.Broadcast(Game.Main);
tree = tree.AddendPositionNode(message, "勇者大陆", 121, 131, 111);
var response = (Chat2C_SendMessageResponse)await Net.Call(new C2Chat_SendMessageRequest()
var response = (Game2C_SendMessageResponse)await Net.Call(new C2Game_SendMessageRequest()
{
ChatInfoTree = tree
});
@@ -79,7 +79,7 @@ namespace NBF
tree.AddendTextNode("你好欢迎来到Fantasy Chat")
.AddendLinkNode("点击这里http://www.fantasy.com.cn", "http://www.fantasy.com.cn");
var response = (Chat2C_SendMessageResponse)await Net.Call(new C2Chat_SendMessageRequest()
var response = (Game2C_SendMessageResponse)await Net.Call(new C2Game_SendMessageRequest()
{
ChatInfoTree = tree
});

View File

@@ -32,9 +32,9 @@ namespace NBF
{
await LoginHelper.Login(InputAccount.text);
await Fishing.Instance.Go(RoleModel.Instance.Info.MapId);
// await Fishing.Instance.Go(RoleModel.Instance.Info.MapId);
// ChatTestPanel.Show();
ChatTestPanel.Show();
// FishingShopPanel.Show();