add price data properties for item metadata
parent
5567032557
commit
5efbd5b006
|
@ -16,4 +16,10 @@ public partial class ItemMetadata : Resource
|
||||||
|
|
||||||
[Export(PropertyHint.MultilineText)]
|
[Export(PropertyHint.MultilineText)]
|
||||||
public string Description { get; set; }
|
public string Description { get; set; }
|
||||||
|
|
||||||
|
[Export]
|
||||||
|
public int BuyPrice { get; set; }
|
||||||
|
|
||||||
|
[Export]
|
||||||
|
public int SellPrice { get; set; }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue