File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44 <TargetFramework >netstandard2.0</TargetFramework >
55 <RootNamespace >HexCore</RootNamespace >
66 <PackageId >HexCore</PackageId >
7- <Version >1.0.3 </Version >
7+ <Version >1.0.4 </Version >
88 <Authors >Anton Suprunchuk</Authors >
99 <Description >Yet another library to manage hexagonal grids</Description >
1010 <PackageProjectUrl >https://antouhou.com</PackageProjectUrl >
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ private void UpdateCoordinatesList()
110110 _emptyCells = _cellStatesList . Where ( cell => ! cell . IsBlocked ) . Select ( cell => cell . Coordinate3 ) . ToList ( ) ;
111111 }
112112
113- private bool IsInBounds ( Coordinate3D coordinate )
113+ public bool IsInBounds ( Coordinate3D coordinate )
114114 {
115115 return _allCoordinates . Contains ( coordinate ) ;
116116 }
You can’t perform that action at this time.
0 commit comments