basic game

This commit is contained in:
Somebody
2024-05-11 21:58:31 +08:00
parent 0a74bdde9a
commit eaf22af042
1673 changed files with 107324 additions and 117126 deletions

View File

@@ -38,7 +38,7 @@ namespace EggLink.DanhengServer.Server.Packet.Send.Scene
};
group.RefreshEntity.Add(new SceneEntityRefreshInfo()
{
DelEntity = (uint)e.EntityID
DeleteEntity = (uint)e.EntityID
});
if (refreshInfo.TryGetValue(e.GroupID, out GroupRefreshInfo? value))