added cost field
This commit is contained in:
parent
59e46eb4ab
commit
1f2c89c729
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ public class Item : ScriptableObject, IComparable<Item> {
|
|||
public int id; //TODO: create an actual ID System that makes snens
|
||||
public Sprite selectedSprite;
|
||||
public Sprite defaultSprite;
|
||||
public int cost;
|
||||
|
||||
public Item(string displayName, string description, int id) {
|
||||
this.displayName = displayName;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue