WIP
This commit is contained in:
@@ -5,6 +5,8 @@ public class MapElement : MonoBehaviour, IMapElement
|
||||
[SerializeField]
|
||||
private MapElementSO _elementSO;
|
||||
public MapElementSO ElementSO => _elementSO;
|
||||
public bool IsEnabled { get; set; } = true;
|
||||
|
||||
|
||||
public virtual void Hit()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user