Big script cleanup. Remove the examples from Ropes' external package
This commit is contained in:
10
Assets/Scripts/Interactions/PickupItemData.cs
Normal file
10
Assets/Scripts/Interactions/PickupItemData.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
|
||||
[CreateAssetMenu(fileName = "PickupItemData", menuName = "Game/Pickup Item Data")]
|
||||
public class PickupItemData : ScriptableObject
|
||||
{
|
||||
public string itemName;
|
||||
[TextArea]
|
||||
public string description;
|
||||
public Sprite mapSprite;
|
||||
}
|
||||
Reference in New Issue
Block a user