This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2024-09-14 04:37:53 +08:00
parent 880c054c6c
commit c59ebd6280
33 changed files with 104 additions and 115 deletions

View File

@@ -49,7 +49,7 @@ namespace JNGame.Sync.Frame.Entity
public void AddEntity(ulong id, JNEntity entity)
{
Entities.Add(id,entity as T);
Entities[id] = entity as T;
}
public void RemoveEntity(ulong id)