提交无缝数据回滚

This commit is contained in:
PC-20230316NUNE\Administrator
2024-08-23 10:48:19 +08:00
parent 8932528f5e
commit 77db4d7d71
23 changed files with 98 additions and 98 deletions

View File

@@ -49,6 +49,8 @@ namespace AppGame.Sync
protected override async Task OnInit()
{
RandomSize = (await App.GAPI.NSyncTileRandomId).data;
await base.OnInit();
if (isRecover)
@@ -67,7 +69,7 @@ namespace AppGame.Sync
{
Debug.Log("[JNGTileServerSystem] 获取到恢复数据成功 正在恢复数据");
var message = new Dictionary<long, byte[]>();
var message = new Dictionary<ulong, byte[]>();
tileInfo.Data.Data.ForEach(frame =>
{
message.Clear();