public bool RemoveObject(GameObject obj) { return this.objects.TryRemove(obj.ID, out obj); }
public bool AddObject(GameObject obj) { return this.objects.TryAdd(obj.ID, obj); }