internal void GameItemDestroyed( GameItem item ) { _items.Remove( item ); }
internal void GameItemCreated( GameItem item ) { _items.Add( item ); }