getBackgroundItem method
- ItemLocation location
Implementation
PackItem<BackgroundDefinition>? getBackgroundItem(ItemLocation location) =>
getPack(location.namespace)
?.getBackgroundItem(location.id, location.namespace);
PackItem<BackgroundDefinition>? getBackgroundItem(ItemLocation location) =>
getPack(location.namespace)
?.getBackgroundItem(location.id, location.namespace);