add shovel and digging, basic item interaction
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using UnityEngine;
|
||||
|
||||
// This is the actual ITEM data structure for keeping track of inventory/item actions
|
||||
public class Item : MonoBehaviour
|
||||
{
|
||||
public string itemName;
|
||||
public int id;
|
||||
}
|
||||
Reference in New Issue
Block a user