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

            CheckTaskRegistration();
        }