Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -4,4 +4,5 @@ using UnityEngine;
|
||||
public class MapElementSO : ScriptableObject
|
||||
{
|
||||
public MapElementType ElementType;
|
||||
public Sprite ElementTile;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user