public void SetMapElementState(Vector3Int cube, MapElementState state) { _mapElements[cube.X, cube.Y, cube.Z].ElementState = state; }
public virtual void Mark(MapElementState state) { ElementState = state; CheckTaskRegistration(); }