Animals can now be bought in AnimalShop
if bought they will be placed somewhere random on the map
This commit is contained in:
parent
acd602c85a
commit
441ffb900a
34 changed files with 2387 additions and 265 deletions
|
|
@ -19,7 +19,7 @@ public class Item : ScriptableObject, IComparable<Item> {
|
|||
}
|
||||
|
||||
public int CompareTo(Item other) {
|
||||
return this._id - other._id;
|
||||
return _id - other._id;
|
||||
}
|
||||
|
||||
public void SetID(int id) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue