update quest model
This commit is contained in:
parent
d149724ae7
commit
52d2f769c1
@ -18,7 +18,7 @@ namespace AssortValidator.Models
|
||||
public string location { get; set; }
|
||||
public string image { get; set; }
|
||||
public string type { get; set; }
|
||||
public bool isKey { get; set; }
|
||||
public bool? isKey { get; set; }
|
||||
public bool restartable { get; set; }
|
||||
public bool instantComplete { get; set; }
|
||||
public bool secretQuest { get; set; }
|
||||
@ -87,7 +87,7 @@ namespace AssortValidator.Models
|
||||
|
||||
public class RewardStatus
|
||||
{
|
||||
public string value { get; set; }
|
||||
public object value { get; set; }
|
||||
public string id { get; set; }
|
||||
public string type { get; set; }
|
||||
public int index { get; set; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user