Files
Gnome-s-Bounty/Assets/Scripts/Environment/MapElements/MapElementSO.cs
T

9 lines
159 B
C#

using UnityEngine;
[CreateAssetMenu()]
public class MapElementSO : ScriptableObject
{
public MapElementType ElementType;
public Sprite ElementTile;
}