Added fetching for Shop Region + OPCODE decoding.
This commit is contained in:
@@ -48,5 +48,12 @@ namespace BodyshopUploader.Models
|
||||
get { return _associationActive; }
|
||||
set { SetProperty(ref _associationActive, value); }
|
||||
}
|
||||
private string _regionConfig;
|
||||
[JsonProperty("region_config")]
|
||||
public string RegionConfig
|
||||
{
|
||||
get { return _regionConfig; }
|
||||
set { SetProperty(ref _regionConfig, value); }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user