Interface IDeliveryLocationIdentifier
- Namespace
- S1API.Map.DeliveryLocations
- Assembly
- S1API.dll
Marker interface for delivery location identifier types used with DeliveryLocations.Get<T>(). Implement empty classes like 'public sealed class BehindBank : IDeliveryLocationIdentifier {}' and optionally annotate with [DeliveryLocationName("Behind Bank")].
public interface IDeliveryLocationIdentifier
- Extension Methods