change MapElement to scriptable object
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
using UnityEngine;
|
||||
|
||||
[CreateAssetMenu()]
|
||||
public class MapElementSO : ScriptableObject
|
||||
{
|
||||
public MapElementType ElementType;
|
||||
}
|
||||
Reference in New Issue
Block a user