public SyncDataModel(DeliveryChest chest) : base(chest) { this.DeliveryOptions = chest.DeliveryOptions; }
public void Set(DeliveryOptions options) { this.Set(options.Send, options.Receive, options.MatchColor); }