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

            CheckTaskRegistration();
        }