/// <inheritdoc /> public Consumable Convert(ItemDTO value, object state) { var entity = new TeleportToFriend(); this.Merge(entity, value, state); return(entity); }
// Implement this method in a buddy class to set properties that are specific to 'TeleportToFriend' (if any) partial void Merge(TeleportToFriend entity, ItemDTO dto, object state);