[Input][Interaction] Add interactable items
This commit is contained in:
11
Assets/Scripts/LevelSwitchData.cs
Normal file
11
Assets/Scripts/LevelSwitchData.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using UnityEngine;
|
||||
|
||||
[CreateAssetMenu(fileName = "LevelSwitchData", menuName = "Game/Level Switch Data")]
|
||||
public class LevelSwitchData : ScriptableObject
|
||||
{
|
||||
public string targetLevelSceneName;
|
||||
[TextArea]
|
||||
public string description;
|
||||
public Sprite mapSprite;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user