mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
提交
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user