提交无缝数据回滚

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

@@ -115,7 +115,7 @@ namespace AppGame.Systems
/// </summary>
public void AddState(JNStateItemData frame)
{
var message = new Dictionary<long, byte[]>();
var message = new Dictionary<ulong, byte[]>();
foreach (var data in frame.Messages)
{
message.Add(data.Key,data.Value.Data.ToByteArray());